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 ...
Establish a connection between a real ABB robot (or RobotStudio simulation) and a custom (python) node through socket communication. A RAPID module is used to create a server, while the user node (e.g ...