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

Results 3 urlock-py issues
Sort by recently updated
recently updated
newest added

This badge would make the list more discoverable to newcomers and people accidentally stumbling upon one of the listed projects

In the root readme of the repo an example is provided for sending a message using urlock-py. ``` ... p = zod.poke("zod", "chat-hook", "json", {"message": {"path": "/~/~zod/mc", "envelope": {"uid": uid,...

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...