@@ -16,7 +16,7 @@ var Server = /** @class */ (function () {
|
||||
case "http:":
|
||||
this.protocol = "ws://";
|
||||
break;
|
||||
case "https://":
|
||||
case "https:":
|
||||
this.protocol = "wss://";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user