Skip to content

Release v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 13:21
(Minor) Discards IO Errors

Why

When refreshing a page it disconnects the websocket causing an IO::Error
in the backend. These changes discards these type of errors.

Changes

- Rescues IO::Error silently

Side Effects

- No longer we see the io errors on client disconnect