Socket-Programming-Python
Socket-Programming-Python copied to clipboard
Async socket with threading
This is a sample code on how we can create a socket with both read and write facility but on the async signal from server. Synchronization between thread and main is done via a simple list flag for persisting data and acknowledging changes. Please merge this request for hactoberfest