Socket-Programming-Python icon indicating copy to clipboard operation
Socket-Programming-Python copied to clipboard

Async socket with threading

Open khallnayak opened this issue 4 years ago • 0 comments

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

khallnayak avatar Oct 18 '20 07:10 khallnayak