cjrh/aiomsg

Fix README typo

cjrh opened this issue · 0 comments

cjrh commented

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.