vue-socket.io-extended
vue-socket.io-extended copied to clipboard
$socket.connected is false but I can emit events.
My app running on the same port as my server $socket.connect = true, but when connected a new app the $socket.connect stayed false, and only updated to true when my second app reconnected.
@kairosbusinessconsultancy There is not enough information to understand where the problem lies. Could you please provide some code/ github repo or minimal working example on codesandbox reproducing the problem?