fix(core): update

This commit is contained in:
Philipp Kunz 2021-01-23 05:50:02 +00:00
parent 21e4712b04
commit a921033cc4

View File

@ -85,6 +85,7 @@ export class SmartsocketClient {
socket: await socketIoClient.connect(socketUrl, {
multiplex: false,
reconnectionAttempts: 5,
rejectUnauthorized: socketUrl.startsWith('https://localhost') ? false : true,
}),
});