Skip to content

Idom backend crashes, UI still responsive #392

Answered by rmorshea
brentbaum asked this question in Problem
Discussion options

You must be logged in to vote

It seems like this error is related to the client unexpectedly closing the connection for any of the reasons described in the websockets docs. I suppose this disconnect event is tied to your infrastructure and client connectivity issues.

The problem with IDOM then, is the fact that you have to restart the service to get it working again. Maybe the way to fix this is by putting a try/except for ConnectionClosedError around these two lines:

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@brentbaum
Comment options

@rmorshea
Comment options

@brentbaum
Comment options

@rmorshea
Comment options

@rmorshea
Comment options

Answer selected by rmorshea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants