From: Jeremy Stanley Date: Tue, 23 Feb 2016 22:32:27 +0000 (+0000) Subject: Fix recursive BrokenPipeException on disconnect X-Git-Tag: 0.0.1~196 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=d8917a25f912911288217da7b601ff6330c8fcdb;hp=d8917a25f912911288217da7b601ff6330c8fcdb Fix recursive BrokenPipeException on disconnect When an admin user has a broken pipe, attempting to log BrokenPipeException errors to their socket raises another until the max recursion depth is hit. Set the current user's state to disconnecting before logging the error instead of after, so as to avoid this loop. ---