Threaded WebSocket Python Example

kontacthimanshu
Hi, In your main GitHub repo there is an example about threaded WebSocket in Python (Link). In this example at the bottom you are starting a infinite loop. Without infinite loop it fails to connect to WebSocket server. Why is that? Can't we avoid this infinite loop?
This discussion has been closed.