Hello,
Small feature request to make the socket path configurable on the connection form.
At the moment, 'path' option is not being used and so the socket connection path defaults to '/socket.io'. This makes the tool unusable for anyone not using the default path.
I have linked to the line of code where the socket is instantiated:
|
const socket = io(serverUrl, { |
Thank you!