Skip to content

Commit d16afaa

Browse files
authored
Revert wsHost for ably (#8522)
Their website url has changed but the wsHost stays the same. Just tested and confirmed.
1 parent 2122cb9 commit d16afaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ window.Pusher = Pusher;
229229
window.Echo = new Echo({
230230
broadcaster: 'pusher',
231231
key: import.meta.env.VITE_ABLY_PUBLIC_KEY,
232-
wsHost: 'realtime-pusher.ably.com',
232+
wsHost: 'realtime-pusher.ably.io',
233233
wsPort: 443,
234234
disableStats: true,
235235
encrypted: true,

0 commit comments

Comments
 (0)