[Question] WebSocketBehavior#close event handler's "No more socket updates required." message? #242
-
Hi Alex, In my It appears to be harmless since it's accompanied with a websocket exit status code of 1000 (normal close), but after doing some google and github searching, I couldn't figure out what's causing this message to be sent. I'm on v16.3.0 Do you happen to have any ideas/suggestions regarding this? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That message comes from a client. It's not coming from uWS. So it's just a regular close message some client is sending you, as spec allows. I would ignore it if you don't care about it. |
Beta Was this translation helpful? Give feedback.
That message comes from a client. It's not coming from uWS. So it's just a regular close message some client is sending you, as spec allows. I would ignore it if you don't care about it.