Skip to content

Draft: Fix plug disconnect

Jonathan Schaeffer requested to merge fix-plug-disconnect into main

When client disconnects, the Plug.Conn still tries to send data, generating a lot of errors.

Hope we can fix #15

Merge request reports