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.
2 parents 0f259b9 + 69a47e9 commit c054de6Copy full SHA for c054de6
packages/laravel-echo/src/echo.ts
@@ -69,6 +69,7 @@ export default class Echo<T extends keyof Broadcaster> {
69
} else if (this.options.broadcaster === "ably") {
70
this.connector = new PusherConnector<"pusher">({
71
...this.options,
72
+ cluster: "",
73
broadcaster: "pusher",
74
});
75
} else if (this.options.broadcaster === "socket.io") {
0 commit comments