File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ Methods (asynchronous):
462
462
1 . ` readline ` No args. Pauses until data received. Returns a line.
463
463
2 . ` write ` Args: ` buf ` , ` qos=True ` , ` wait=True ` . ` buf ` holds a line of text.
464
464
If ` qos ` is set, the system guarantees delivery. If it is clear messages may
465
- (rarely) be lost in the event of an outage.__
465
+ (rarely) be lost in the event of an outage.
466
466
The ` wait ` arg determines the behaviour when multiple concurrent writes are
467
467
launched with ` qos ` set. See [ Quality of service] ( ./README.md#7-quality-of-service ) .
468
468
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ async def _write(self, line):
220
220
221
221
# send fail. _send has triggered _evfail. .run clears _evok.
222
222
await asyncio .sleep_ms (0 ) # Ensure .run is scheduled
223
- assert not self ._evok .is_set () # TEST
224
223
225
224
# Handle qos. Retransmit until matching ACK received.
226
225
# ACKs typically take 200-400ms to arrive.
You can’t perform that action at this time.
0 commit comments