andrexmd / python-astm

Automatically exported from code.google.com/p/python-astm
Other
0 stars 0 forks source link

Handle ACK for Terminator record #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Client session doesn't awaits for ACK response after Terminator record sent. 
This is not critical, but makes debugging harder since for each session round 
there would be one extra ACK within input queue that automatically will be used 
for next sent message without waiting for real response.

Original issue reported on code.google.com by kxepal on 7 Feb 2013 at 8:38

GoogleCodeExporter commented 9 years ago
Fixed in r7844cf5b1330

Original comment by kxepal on 10 Feb 2013 at 4:34