python-trio / trio-websocket

WebSocket client and server implementation for Python Trio
MIT License
70 stars 26 forks source link

Make the client's nursery argument optional #28

Closed mehaase closed 6 years ago

mehaase commented 6 years ago

This fixes #20. The nursery argument is optional. If specified, the reader task is spawned in that nursery, otherwise it creates an internal nursery.

mehaase commented 6 years ago

Merged directly to master.