Emmanuel Onyekaba
Results
1
comments of
Emmanuel Onyekaba
@HardCodeProgrammer Please I am sending a binary packet using Websockets like this ```js socket.send('452-["binary",{"_placeholder":true,"num":0},{"_placeholder":true,"num":1}]'); socket.send(Uint8Array.from([1, 2, 3])); socket.send(Uint8Array.from([4, 5, 6])); ``` How will the handler function be in golang?