You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The listed library uses https://www.npmjs.com/package/websocket - which by default doesn't use W3C implementation;
So I'm guessing that the polyfill isn't fully working?
What version of Bun is running?
1.2.4+fd9a5ea66
What platform is your computer?
Linux 6.12.13-200.fc41.x86_64 x86_64 unknown
What steps can reproduce the bug?
bun add tiktok-live-connector
bun run script.ts
What is the expected behavior?
When running with
bunx deno script.ts
, or usingwscat
to connect to the websocket, it works fine;What do you see instead?
The server answers that there is no option to upgrade to a websocket
Additional information
No response
The text was updated successfully, but these errors were encountered: