shauryauppal / Socket-Programming-Python

Client Server running code described with comments here.
https://www.linkedin.com/in/shaurya-uppal/
61 stars 31 forks source link

Async socket with threading #10

Open khallnayak opened 3 years ago

khallnayak commented 3 years ago

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