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
Hi everyone,
First of all, thanks for this nice library.
I have two questions:
If I see correctly, the connection Disconnect method only checks for whether the received next frame has the command RECEIPT, but does not check whether the received receipt's value is the same one as the sent receipt's one... shouldn't the code do that? Am I missing something here?
Moreover, checking for whether the request contains a receipt and then checking the receipt is in almost all methods (e.g. in the connection Send method), but not in the Subscribe method. Why not? (note that this is slightly different than issue Support RECEIPT for SUBSCRIBE operations #40)
Thanks a lot for your answer in advance.
The text was updated successfully, but these errors were encountered:
Hi everyone,
First of all, thanks for this nice library.
I have two questions:
If I see correctly, the connection
Disconnect
method only checks for whether the received next frame has the commandRECEIPT
, but does not check whether the received receipt's value is the same one as the sent receipt's one... shouldn't the code do that? Am I missing something here?Moreover, checking for whether the request contains a receipt and then checking the receipt is in almost all methods (e.g. in the connection
Send
method), but not in theSubscribe
method. Why not? (note that this is slightly different than issue Support RECEIPT for SUBSCRIBE operations #40)Thanks a lot for your answer in advance.
The text was updated successfully, but these errors were encountered: