urlock-py
urlock-py copied to clipboard
sseclient locks execution in native code
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.