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
From my understanding (and previous work with you), I expect these occur when the client gets unexpectedly disconnected from the socket. Since the client automatically reconnects, there isn't any user-facing impact – they merely see large amounts of "nothing to worry about" logs.
Would you consider taking this to INFO level if a reconnect is successful? Open to other alternatives and thoughts.
The text was updated successfully, but these errors were encountered:
Will do! Is there other logging – here or in python-socketio – that you feel falls under the same banner (i.e., because the end-result was taken care of, WARNING is too steep)? If so, happy to adjust via PR, as well.
Submitting on behalf of an issue discovered by the use of this library (and
python-socketio
) in Home Assistant: home-assistant/core#22295We are receiving lots of these
WARNING
-level entries in our logs:From my understanding (and previous work with you), I expect these occur when the client gets unexpectedly disconnected from the socket. Since the client automatically reconnects, there isn't any user-facing impact – they merely see large amounts of "nothing to worry about" logs.
Would you consider taking this to
INFO
level if a reconnect is successful? Open to other alternatives and thoughts.The text was updated successfully, but these errors were encountered: