Simple-WebSocket-Server
Simple-WebSocket-Server copied to clipboard
fixed the echo according to the received opcode
Thank you, but I have to think some more on this. The problem is that this will slightly complicate the examples, and result in new users to add fin_rsv_opcode unnecessary in cases where most of them will be working with text messages. However, some will experience the problem that you had with binary messages.
Maybe we can solve this by adding a comment on the first send example instead?