Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcast/Minor refactoring and optimization #305

Merged
merged 4 commits into from Feb 9, 2024
Merged

Conversation

tonikocjan
Copy link
Contributor

@tonikocjan tonikocjan commented Feb 6, 2024

  • Fixed compilation warning (error in Swift 6)
  • Performed minor code improvements
  • Remove observer optimization

@tonikocjan tonikocjan requested a review from a team February 6, 2024 09:38
@tonikocjan tonikocjan changed the title Broadcast/Minor refactoring Broadcast/Minor refactoring and optimization Feb 6, 2024
Copy link
Collaborator

@borut-t borut-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@@ -3,55 +3,68 @@
// PovioKit
//
// Created by Domagoj Kulundzic on 26/04/2019.
// Copyright © 2023 Povio Inc. All rights reserved.
// Copyright © 2024 Povio Inc. All rights reserved.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonikocjan can you prepare a PR updating all headers year?

@borut-t borut-t requested a review from a team February 6, 2024 10:19
}

extension Broadcast {
class Weak {
Copy link
Contributor Author

@tonikocjan tonikocjan Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no need for Weak to be generic at all, hence I removed the generic parameter.

@borut-t borut-t added merge and removed needs review labels Feb 9, 2024
@borut-t borut-t merged commit f7f636e into develop Feb 9, 2024
1 check passed
@borut-t borut-t deleted the fix/broadcast branch February 9, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants