diff --git a/lib/services/foxy-pool-gateway.js b/lib/services/foxy-pool-gateway.js index 1723789eb..cb562d5e7 100644 --- a/lib/services/foxy-pool-gateway.js +++ b/lib/services/foxy-pool-gateway.js @@ -13,10 +13,7 @@ class FoxyPoolGateway { } async init() { - this.client = io(this.url, { - rejectUnauthorized : false, - transports: ['websocket'], - }); + this.client = io(this.url, { rejectUnauthorized : false }); this.client.on('connect', async () => { this.connected = true;