Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Working echo websockets server Written a simple example of a websocket server that echoes the messages received from the user. It still doesn't handle particular cases of the ASGI spec like subprotocols and closing connections. * Use system python version in pkg-config * Raise IOError when websocket connection is closed * Complete implementation of websocket asgi spec * Fix clang-format error * Remove websockets from fastapi tests * Integration tests for websockets using socketio * Use body length in response buffer for better conversion between c and go * Fix copy_pystring
- Loading branch information