You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent deinit callback from being called twice (#14)
This also fixes return value from `register_before_send/2` callback. By
the API it should always return `Plug.Conn.t()` while we were returning
`:ok`.