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
I detect that the stream is now offline (kraken API streamById return a null stream object), so a part() command is executed, no error occurred, but a minute later I got a new chat message coming from this channel.
Expected behaviour:
After leaving the channel I am expected to not get messages from it anymore.
Yes, I am using this exact code to leave the channel.
As you can see in the log the command PART is executed, the channel left, there is no other command executed (it would appear in the log) and yet I still got messages after that.
This behavior not always happen, but happened more than one time. Every time it was with big busy channels.
Yep, that's exactly what I am doing for now. :)
However I don't think this is a normal behavior, it only happen sometimes with big channels, and I am afraid this could cause some performance issue if monitoring a lot of channels.
Actual behaviour:
I detect that the stream is now offline (kraken API streamById return a null stream object), so a part() command is executed, no error occurred, but a minute later I got a new chat message coming from this channel.
Expected behaviour:
After leaving the channel I am expected to not get messages from it anymore.
Error log:
The text was updated successfully, but these errors were encountered: