You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running into an issue where I wanted to overwrite the path of the socket connection, but for some reason it wasn't listening to the config I changed. I noticed in this issue, that the plugin.client.ts file currently just tries to open a connection, not checking any config set. This resulted in me opening 2 connections, where the default connection was just polling /socket.io.
I was running into an issue where I wanted to overwrite the path of the socket connection, but for some reason it wasn't listening to the config I changed. I noticed in this issue, that the
plugin.client.ts
file currently just tries to open a connection, not checking any config set. This resulted in me opening 2 connections, where the default connection was just polling/socket.io
.Somewhere else in my code I was doing this:
And this was working fine for that connection, but the initial connection is breaking things.
Am I doing something wrong in my code, or should this
plugin.client.ts
file be changed that it takes into consideration the config for the plugin?The text was updated successfully, but these errors were encountered: