You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #13: I am observing the issue that 0,CLOSED\r\n is missed. (After manually closing a TCP connection from the other side.) My report is here: FactbirdHQ/atat#184 (comment). In short, it's about \r\nSEND OK\r\n0,CLOSED\r\n. Where the SEND OK is processed, but 0,CLOSED is not as it is discarded as 'echo or whitespace'.
This was observed by using atat v0.20.0, using async, and hooking up the URCMessages from this library.
I am not 100% sure whether this is a bug in atat or in the URC parser.
As #13 was fixed in this library, I'm curious to know if there's any solution on the parser side.
The text was updated successfully, but these errors were encountered:
First of all, thanks for bringing this up.
I will migrate the library towards the latest atat and HAL version first and will then investigate the problem further. Should be possible within the next few days.
Related to #13: I am observing the issue that
0,CLOSED\r\n
is missed. (After manually closing a TCP connection from the other side.) My report is here: FactbirdHQ/atat#184 (comment). In short, it's about\r\nSEND OK\r\n0,CLOSED\r\n
. Where theSEND OK
is processed, but0,CLOSED
is not as it is discarded as 'echo or whitespace'.This was observed by using
atat
v0.20.0, using async, and hooking up theURCMessages
from this library.I am not 100% sure whether this is a bug in
atat
or in the URC parser.As #13 was fixed in this library, I'm curious to know if there's any solution on the parser side.
The text was updated successfully, but these errors were encountered: