Skip to content

Commit

Permalink
little more of the partial packet
Browse files Browse the repository at this point in the history
  • Loading branch information
tawnkramer committed Aug 25, 2020
1 parent e0ce290 commit ad5f3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym_donkeycar/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def proc_msg(self, sock):
if second_open != -1:
# hmm what to do? We have a partial packet. Trimming just
# the good part and discarding the rest.
logger.warn("got partial packet:" + assembled_packet[:10])
logger.warn("got partial packet:" + assembled_packet[:20])
assembled_packet = assembled_packet[second_open:]

try:
Expand Down

0 comments on commit ad5f3c4

Please sign in to comment.