trio-websocket
trio-websocket copied to clipboard
Add error handling examples to documentation
Error handling is a little tricky in Trio... After #132 we should probably add some documentation that shows common error handling scenarios. Here's an example of something I messed up: https://github.com/python-trio/trio/issues/611#issuecomment-592559843