forked from jjeffery/stomp
-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels