In my current project socket clients are connected with "query {Authorization: etc}
in web console : Object {transport: "polling", Authorization: "Bearer .....
I tried to add a method "query" the same way like to "namespace" added
"withOptions: SocketIOOptions().namespace ", but this option does not work for me
In my current project socket clients are connected with "query {Authorization: etc} in web console : Object {transport: "polling", Authorization: "Bearer ..... I tried to add a method "query" the same way like to "namespace" added "withOptions: SocketIOOptions().namespace ", but this option does not work for me
where I am wrong?