Closed ljcp closed 5 years ago
the cookies are not working for me
example SocketIOModule.forRoot('http://192.168.0.12:3001',{forceWebsockets:true,cookies:['cookie=value']})
SocketIOModule.forRoot('http://192.168.0.12:3001',{forceWebsockets:true,cookies:['cookie=value']})
is this the correct way to pass the cookies ?
It's not handled thanks for reporting 😃
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 ?