Closed PedroSchroeder closed 9 months ago
It is intended that the connection is running in background threads so you can use the foreground thread for implementing your business logic.
Therefore it will not block your code and once this code ends the garbage collector of Python will delete all objects and threads.
If you don't need a custom logic, write an infinite sleep loop and wrap it with a try catch for KeyboardInterrupt.
Hi! I'm creating a master client with you lib, but I would like to now how to keep the client open, for now if I don't set the sleep, it's going to finish