triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

Cookies not working on iOS #81

Closed ljcp closed 5 years ago

ljcp commented 5 years ago

the cookies are not working for me

example SocketIOModule.forRoot('http://192.168.0.12:3001',{forceWebsockets:true,cookies:['cookie=value']})

is this the correct way to pass the cookies ?

triniwiz commented 5 years ago

It's not handled thanks for reporting 😃