pyCraft/minecraft
joo 73728957e7 Allow reconnection from within exception handlers
This implements the changes suggested in
<https://github.com/ammaraskar/pyCraft/issues/146#issuecomment-738914064>,
i.e.:

1. `minecraft.networking.Connection.disconnect' now correctly terminates the
   new networking thread if it is still waiting to replace the old one, and

2. `minecraft.networking.Connectoin._handle_exception' no longer calls
   `disconnect' if any exception handler has initiated a new connection.
2020-12-07 23:47:48 +01:00
..
networking Allow reconnection from within exception handlers 2020-12-07 23:47:48 +01:00
__init__.py Add support for Minecraft 20w45a to 20w48a (protocol 2^30+5 to 2^30+7). 2020-12-02 16:27:28 +01:00
authentication.py Fix hanging indefinitely while making auth-related requests (#117) 2019-01-04 20:22:42 -05:00
exceptions.py Fix: reconnecting from an exception handler does not work. 2018-05-29 01:14:23 +01:00
utility.py Fix: non-monotonic protocol versions are not correctly handled 2020-12-02 15:11:39 +01:00