by **errordeveloper**: <pre>Default PayloadType is TextFrame and there seem to be no way of setting it to BinaryFrame. <a href="https://code.google.com/p/go/source/browse/websocket/hybi.go?repo=net#346">https://code.google.com/p/go/source/browse/websocket/hybi.go?repo=net#346</a> I'm not too sure what the fix would be, but in my case modifying that line 346 worked...</pre>