Skip to content

Commit

Permalink
use ws only
Browse files Browse the repository at this point in the history
artifishvr committed Apr 24, 2024
1 parent 9ace930 commit 61d58fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -15,7 +15,9 @@ dotenv.config()

const channels = process.env.CHANNELIDS.split(",");

const backendsocket = io(process.env.BACKEND_URL);
const backendsocket = io(process.env.BACKEND_URL, {
transports: ['websocket']
});

const client = new Client({
intents: [

1 comment on commit 61d58fc

@Butterroach
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use cock only

Please sign in to comment.