Browse Source

Add FIXME

pull/20/head
Richard Neumann 2 years ago
parent
commit
d6f2bcad9b
  1. 2
      rcon/battleye/client.py

2
rcon/battleye/client.py

@ -73,6 +73,8 @@ class Client(BaseClient, socket_type=SOCK_DGRAM):
file.write(bytes(request))
while True:
# FIXME: Can we have a better way to detect whether a
# command packet does or doesn't have a successor?
try:
response = self.receive()
except TimeoutError:

Loading…
Cancel
Save