fishjam-dev/fishjam

If a component endpoint crashes, it should be removed from the room registry

Closed this issue · 2 comments

gfodor commented

I noticed that if I manually crash the endpoint process for a component in a room, the component remains in the room struct in the room registry. It would be ideal if the room process monitors the endpoint processes and removes the component upon a crash.

gfodor commented

Made a PR for consideration: #152

Fixed in #152 so I am closing. Thanks a lot! :)