-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno TLS Websocket Connect issue since 2.1.5 (e.g. Mqtt.js) #27694
Comments
Seeing a similar issue where Deno 2.1.5 introduced a "Bad resource ID" error when using await puppeteer.connect({ browserWSEndpoint: `${browserWSEndpoint}` }) Error:
I can confirm that downgrading to Deno 2.1.4 stops that error from occurring. |
I have the same issue can can also confirm that downgrading to 2.1.4 stops the error. I use twurple/eventsub-ws and also the deno built-in websocket connection.
|
Just an update: still happens in Deno 2.1.7, Frix from PR #27707 that sounded related did not fix this. |
Summary
To Reproduce
Run this minimal script with Deno 2.1.4 and with Deno 2.1.5:
Output
Further Info:
Some logs when enabling the DEBUG env for MQTT.js:
I am now getting a disconnect after a very short time:
Broken in Deno 2.1.5:
The text was updated successfully, but these errors were encountered: