We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de272b commit e72c35eCopy full SHA for e72c35e
resources/js/bootstrap.js
@@ -16,5 +16,6 @@ window.Echo = new Echo({
16
wsHost: window.location.hostname,
17
wsPort: 6001,
18
wssPort: 6001,
19
+ enabledTransports: ['ws', 'wss'],
20
disableStats: true,
21
});
0 commit comments