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

fix(handler-registry-service): add support for multiple clients #406

Merged
merged 28 commits into from
May 13, 2021

Conversation

jaeopt
Copy link
Collaborator

@jaeopt jaeopt commented May 11, 2021

Fix handler-registry-service to support multiple clients (sdkKeys).

  • full thread-safety for additional concurrency requirements
  • no resource conflicts for multiple sdkKeys support

@coveralls
Copy link

coveralls commented May 11, 2021

Coverage Status

Coverage remained the same at 90.28% when pulling 620013c on jae/multi-resistry into a3a8c14 on master.


class LoggerTests_MultiClients: XCTestCase {

override func setUpWithError() throws {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we add base class and put these two overrided methods in there and extend classes from that base class. I see these two methods at many locations.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Most test cases will use own tasks in these methods. I'll clean up these empty methods.

Copy link
Contributor

@msohailhussain msohailhussain left a comment

Choose a reason for hiding this comment

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

lgtm. just have small suggestion.

@jaeopt jaeopt merged commit 47ad0ae into master May 13, 2021
@jaeopt jaeopt deleted the jae/multi-resistry branch May 13, 2021 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants