Fix timing issue caused by reading of consecutive delayed packets.

This commit is contained in:
Joseph Crowe 2015-09-12 16:41:13 +01:00
parent f39872a7f5
commit dcd61efed0

View File

@ -199,7 +199,7 @@ class PacketReactor(object):
state_name = None
clientbound_packets = None
TIME_OUT = 1
TIME_OUT = 0
def __init__(self, connection):
self.connection = connection