naderio / nativescript-socket.io

Fully-featured Socket.IO client implementation for NativeScript
The Unlicense
48 stars 21 forks source link

namespaces problem on IOS #33

Closed juanitozambada closed 6 years ago

juanitozambada commented 7 years ago

@naderio

I'm using the plugin nativescript-socket.io which uses: socket.io-client-swift version 11.0

pod 'Socket.IO-Client-Swift', '~> 11.0'

  and I can not work with namespaces. However, you can work with namespaces about:

socket.io-client-swift version 12.1.1 onwards ...

Could you do something about it?

naderio commented 7 years ago

@juanitozambada this plugin iOS supports namespace .. unless it doesn't anymore.

const socketio = SocketIO.connect('http://somewhere/namespace', options);

anyhow, socket.io-client-swift v12+ seems to break this plugin (see issue #31) so won't be upgraded unless iOS implementation is rechecked.

would you kindly run the demo on iOS? if so make sure to use the right ip address instead of 192.168.1.111

naderio commented 6 years ago

@juanitozambada did you manage to have namespace working?