-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
The WebSocket is in an invalid state (Aborted
) for this operation. Valid states are: Open
, CloseReceived
#930
Comments
Have similar issue. With mqtt.js over websockets and after disconnecting network connection. Page refresh works as expexted |
#1030 may fix this issue. |
Issue is still present:
|
Just saying hello to let you know I'm waiting for any update. |
Any updates? |
Still seeing the same error msg, any update on how to solve? |
Still getting this error. WebSockets work as expected but the error appears very often in our logs which heavily clutters our log files. We open a WS connection from a website. The exception is logged every time the website with an open WebSocket connection is reloaded. StackTrace:
|
Same issue here when a microservice with WebSocket shutdown gateway and other microservices shutdown after |
Same issue here, I can confirm that it happens when a website with an open WebSocket connection is reloaded or when the website is closed. |
Hi Timothee! |
@tsoen |
@raman-m @AlyHKafoury Is there any chance we got it fixed before 5 years pass since reporting (Jun 15, 2019)? |
@zamojski Adam, |
I would like to do it. |
@hogwartsdeveloper You are assigned! |
Aborted
) for this operation. Valid states are: Open
, CloseReceived
When connecting SignalR through Ocelot, after refreshing the webpage, an exception will be prompted, but the normal function will not be affected.
The text was updated successfully, but these errors were encountered: