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
When closing the connection from the client, the server stays in COLOSING for more than 40s
Expected behavior
To change the state to CLOSED
Steps to reproduce
Please provide the following:
Follow the steps for the server here: https://developers.cloudflare.com/workers/examples/websockets/ and run it from postman, and on the close event watch for the readyState which stays on CLOSING for more than 40s and the postman is on Disconneting for 30s and after an error is thrown with No closing frame
Which Cloudflare product(s) does this pertain to?
Workers Runtime
What version(s) of the tool(s) are you using?
3.58.0 [Wranger]
What version of Node are you using?
22.2
What operating system and version are you using?
macOS Sonoma 14.5
Describe the Bug
Observed behavior
When closing the connection from the client, the server stays in
COLOSING
for more than 40sExpected behavior
To change the state to
CLOSED
Steps to reproduce
Please provide the following:
Follow the steps for the server here: https://developers.cloudflare.com/workers/examples/websockets/ and run it from postman, and on the close event watch for the readyState which stays on
CLOSING
for more than 40s and the postman is on Disconneting for 30s and after an error is thrown with No closing frameExample code:
The text was updated successfully, but these errors were encountered: