This repository contains implementations of various network programming problems using Python's socket library. The solutions cover different aspects of client-server communication, including file ...
I was using socket.io wrapped by FastAPI (mounting sio_app on the certain path of FastAPI). When the client sends a zero-length binary data, like Buffer.from([]), the connection will be closed ...