You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SockJS only supports client mode and does not support custom hostname and port options. Please consider using 'ws' if you need to customize these options."
570
+
);
571
+
}
560
572
561
573
// We are proxying dev server and need to specify custom `hostname`
562
574
if(typeofwebSocketURL.hostname!=="undefined"){
563
575
hostname=webSocketURL.hostname;
564
576
}
565
577
// Web socket server works on custom `hostname`, only for `ws` because `sock-js` is not support custom `hostname`
0 commit comments