You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
PureSocketClusterSocket.Subscribe
allow for an "Ack" method to be provided, however acks for Subscribe are only{rid:"3"}
with nodata
, so the messages are not handled because of the condition below inprivate void Socket_OnMessage(object sender, string messge)
function: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.The text was updated successfully, but these errors were encountered: