liuyu %!s(int64=4) %!d(string=hai) anos
pai
achega
fb58691347
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/plugins/stomp.js

+ 1 - 1
src/plugins/stomp.js

@@ -16,7 +16,7 @@ const Plugin = {
       };
     }
     assert(_.isString(options.brokerURL));
-    if (!options.brokerURL.startsWith('wss://')) {
+    if (!options.brokerURL.startsWith('ws://')) {
       options.brokerURL = `wss://${location.host}${options.brokerURL}`;
     }