Changeset 82f4e7d in ammosreader
- Timestamp:
- 05/28/23 11:30:39 (2 years ago)
- Branches:
- AmmosSource
- Children:
- 1fb7060
- Parents:
- ff9efb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/AmmosSocketSource.py
rff9efb1 r82f4e7d 16 16 while len(b''.join(byte_array)) < bytes_to_read: 17 17 logger.info("Remaining Bytes: %s", bytes_to_read - len(b''.join(byte_array))) 18 self. __source.settimeout(5)18 self.source.settimeout(5) 19 19 new_bytes = self.source.recv(bytes_to_read - len(b''.join(byte_array)), socket.MSG_WAITALL) 20 20
Note:
See TracChangeset
for help on using the changeset viewer.