macroquad
macroquad copied to clipboard
quad-net websockets recieve empty binary messages on web targets
This is probably my fault for trying to use a library with no readme or repo field, but I thought I'd give a heads-up.
The function makes a new buffer to read the message, which it throws away. Deleting the line in question fixes the issue.
https://docs.rs/quad-net/0.1.1/src/quad_net/web_socket.rs.html#39