When event comes to server as BINARY_EVENT, the socket.io server does not see any data in the event listener. ``` client.On("bindata", func(datas ...any) { log.Println("Data received:", datas) }) ``` How do I deal with this?
When event comes to server as BINARY_EVENT, the socket.io server does not see any data in the event listener.
How do I deal with this?