Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It can happen that a connection handler calls writefun when the connection is already destroyed. This causes bad_weak_ptr exceptions thrown from the server. Fix this issue by skipping the respective do_write invocations.
- Loading branch information