voryx / thruway.js

RxJS WAMPv2 Client
MIT License
28 stars 13 forks source link

Getting all messages from socket #12

Closed mriabchenko closed 6 years ago

mriabchenko commented 6 years ago

Hello. How can i subscribe on all socket messages to get some data out of them? node_modules/thruway.js/src/Transport/WebSocketTransport.js image it seems like there is no way to do it, because output field of transport is private.

davidwdan commented 6 years ago

There is no supported way to do this right now. The only way is to implement your own websocket transport and expose what you need.