urlock-py icon indicating copy to clipboard operation
urlock-py copied to clipboard

sseclient locks execution in native code

Open baudtack opened this issue 4 years ago • 0 comments

Because urlock-py is using sseclient, it's blocking on socket.recv() in native code. This will cause problems where you'll be stuck waiting on an event before certain actions, like closing the application.

baudtack avatar Jul 14 '20 21:07 baudtack