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

Removing Subscribers from Web-socket client #57

Open
vadimdidenkogs opened this issue Oct 28, 2019 · 0 comments
Open

Removing Subscribers from Web-socket client #57

vadimdidenkogs opened this issue Oct 28, 2019 · 0 comments

Comments

@vadimdidenkogs
Copy link
Contributor

When creating a new subscriber, we use a function that returns the necessary structure.
When registering, we send argument by value, and when deleting, send argument is by reference. This causes a problem when deleting, because the links do not match. We need to consider a mechanism by which we can accurately identify the subscription

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant