crossbario / autobahn-js

WAMP in JavaScript for Browsers and NodeJS
http://crossbar.io/autobahn
MIT License
1.43k stars 228 forks source link

RawSocket: support for all serializers #278

Open oberstet opened 7 years ago

oberstet commented 7 years ago

Currently, the RawSocket transport is hard-coded for JSON. This should be fixed to allow all available and configured serializers.

oberstet commented 7 years ago

Here https://github.com/crossbario/autobahn-js/blob/master/packages/autobahn/lib/transport/rawsocket.js#L256