Closed florimondmanca closed 5 years ago
0.13.1 adds WebSocket auto-accept, so I updated the code to use that instead of async with ws: blocks. It also shows the exception traceback by default now. :+1:
async with ws:
Awesome! Makes the code read nicer. Bocadillo just keeps getting better.
0.13.1 adds WebSocket auto-accept, so I updated the code to use that instead of
async with ws:
blocks. It also shows the exception traceback by default now. :+1: