You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
I do not like blocking calls, that that can not be close gracefully.
So in Class: ReceiveData function: receive_data, we have a socket.recv,
that need to be changed, so it can be closed gracefully.
Example on how: Stackoverflow - How to set timeout on python's socket recv method?
If you have a nicer way, great then use it.