We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c350847 commit 33b7d12Copy full SHA for 33b7d12
packages/laravel-echo/src/connector/socketio-connector.ts
@@ -46,7 +46,7 @@ export class SocketIoConnector extends Connector<
46
this.options as Partial<ManagerOptions & SocketOptions>,
47
);
48
49
- this.socket.on("reconnect", () => {
+ this.socket.io.on("reconnect", () => {
50
Object.values(this.channels).forEach((channel) => {
51
channel.subscribe();
52
});
0 commit comments