android icon indicating copy to clipboard operation
android copied to clipboard

Gracefully handle reconnection failure on WebSocket

Open TimoPtr opened this issue 9 months ago • 0 comments

Originally posted by @TimoPtr in https://github.com/home-assistant/android/pull/5219#discussion_r2044438484

Currently if the connection fail we try to reconnect and re-subscribe to the entity that were previously registered. But if it fails to reconnect then nothing will happen and even if the connection is re-open later it won't resubscribe.

TimoPtr avatar Apr 30 '25 11:04 TimoPtr