Open FlawaCLV opened 4 years ago
Is there a way to change the query without having to create a new instance ?
const socket = new SocketIO(url, { query: { foo: "bar" } });
Could be great to do be able to do something like this
socket.query = { foo: "bar" };
+1
Is there a way to change the query without having to create a new instance ?
Could be great to do be able to do something like this