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
The publisher example in README does not work, seems the daemon thread of publisher connection will exit when python program exit. I need to add a call e.g. time.sleep(1) or wait_close() at the end of the code to make sure event is sent.