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
Randomly when trying to disconnect emitter (on the same thread where Connect was called), I get an exception "Invalid nested call". This is inconsistent and only happens about half the time.
I'm not sure I'm going to investigate this particular issue right now as I'm about to write a new version of this lib from scratch. This time it would be based on the very official MQTTNet, which MQTT lib didn't exist at the time we first wrote this Emitter SDK in C#. I think I'm going to try to speed up the writing of this new version instead of fixing the old one...
Since we have you here, would you like to tell us a bit about your use case? Do you have specific needs I could take into account before starting the rewrite?
Randomly when trying to disconnect emitter (on the same thread where
Connect
was called), I get an exception "Invalid nested call". This is inconsistent and only happens about half the time.Here is the stack trace:
The text was updated successfully, but these errors were encountered: