Cane1712
Cane1712
Explore posts from servers
CDCloudflare Developers
Created by Cane1712 on 4/10/2025 in #workers-help
WebSocket refusing to connect (1006)
No clue what this one could be... If it matters, the client implementation's just
const ws = new WebSocket("wss://some-worker.workers.dev/ws")
//...
if (ws.readyState == WebSocket.OPEN) ws.send("some data")
const ws = new WebSocket("wss://some-worker.workers.dev/ws")
//...
if (ws.readyState == WebSocket.OPEN) ws.send("some data")
2 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by afraid-scarlet on 8/10/2024 in #help
Lavalink throws up on moonlink init
"secure" is false, if its true it flat out refuses to even try to connect
3 replies