cjrh opened this issue 6 years ago · 0 comments
Fix the typo in the first README example:
async def main(): async with Søcket() as sock: await sock.bind('127.0.0.1', 25000): while True: await s.send(time.ctime().encode())
s should be changed to sock.
s
sock