tcp unsupported transport
Bilb opened this issue · 2 comments
Bilb commented
Does this library only handles ws:// url? I tried to open a connection with
dealer = new zmq.Dealer();
dealer.connect('tcp://127.0.0.1:1190');
And I just get a unsupported transport error.
But on the samples, there are some with a tcp protocol: https://github.com/zeromq/jszmq#pushpull
What am I missing? thanks
DonJayamanne commented
Same here, looking at the code it isn't supported.
Bilb commented
yeah saw this. Closing it