I’m trying to do a peer to peer chat user with asyncio but I can’t find a way to write the msgs without blocking all the code
I need a way to do the input without blocking the code
I’m trying to do a peer to peer chat user with asyncio but I can’t find a way to write the msgs without blocking all the code
I need a way to do the input without blocking the code