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

PureSocketClusterSocket.Subscribe Ack is never used/dropped #14

Open
raplemie opened this issue Oct 16, 2019 · 0 comments
Open

PureSocketClusterSocket.Subscribe Ack is never used/dropped #14

raplemie opened this issue Oct 16, 2019 · 0 comments

Comments

@raplemie
Copy link

PureSocketClusterSocket.Subscribe allow for an "Ack" method to be provided, however acks for Subscribe are only {rid:"3"} with no data, so the messages are not handled because of the condition below in private void Socket_OnMessage(object sender, string messge) function:

image

This makes 2 things happens, the _acks are never called, but also never cleaned. I did not check if other event had the same issue.

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