fix default transport
This commit is contained in:
parent
62b9925767
commit
dda3ee5ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export const wispURLDefault =
|
||||||
(location.protocol === "https:" ? "wss://" : "ws://") + location.host + "/wisp/";
|
(location.protocol === "https:" ? "wss://" : "ws://") + location.host + "/wisp/";
|
||||||
export default class TransportManager {
|
export default class TransportManager {
|
||||||
connection: BareMuxConnection;
|
connection: BareMuxConnection;
|
||||||
private transport = "EpxMod.EpoxyClient";
|
private transport = "/epoxy/index.mjs";
|
||||||
|
|
||||||
constructor(transport?: string) {
|
constructor(transport?: string) {
|
||||||
this.connection = new BareMuxConnection("/baremux/worker.js");
|
this.connection = new BareMuxConnection("/baremux/worker.js");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue