Closed v12 closed 3 years ago
Even though !trap message returns an error, command still completes with the !done sentence sent right after !trap, which needs to be processed too.
!trap
!done
Only !fatal will not send anything after because the remote site is closing connection anyway (as per documentation):
!fatal
!fatal can be received only in cases when API is closing connection:
In synchronous mode, if not processed, it clashes with the next command and wrong reply is processed.
Thank you!
Even though
!trap
message returns an error, command still completes with the!done
sentence sent right after!trap
, which needs to be processed too.Only
!fatal
will not send anything after because the remote site is closing connection anyway (as per documentation):In synchronous mode, if not processed, it clashes with the next command and wrong reply is processed.