socketcluster-client-python icon indicating copy to clipboard operation
socketcluster-client-python copied to clipboard

Python client for socket-cluster framework in node.js

Results 5 socketcluster-client-python issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your efforts in writing the library for python. One more thing that is needed is the support of custom codec. Do you have any plan for...

When I run the following code, everything works well but the last `print("after line")` line, not executes unless communication interrupted. ``` from socketclusterclient import Socketcluster import logging logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.DEBUG) def...

* Sync all socket level API's with respect to JS client * Sync all channel level API's with respect to JS client. * Well tested major release of client

I have made some housekeeping to your code. Would you allow me to create a new repo and publish it? I can do PR but my refined code **is not**...

- Add support for connecting asynchronously. - Add support for asynchronous communication without blocking thread.

enhancement