valamorgon
Results
3
issues of
valamorgon
Can you please add checksum for releases?
Can you please add license?
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...