macroquad icon indicating copy to clipboard operation
macroquad copied to clipboard

quad-net websockets recieve empty binary messages on web targets

Open MDFL64 opened this issue 10 months ago • 0 comments

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

MDFL64 avatar Apr 10 '24 22:04 MDFL64