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
Since the server will never redeliver nor do anything with an ACK, there is no point in the library sending ACKs to the server. The ACK calls do not need to fail, simply not send anything to the server.
The text was updated successfully, but these errors were encountered:
When a subscription is for a consumer with js_AckNone AckPolicy,
there is no point sending ACK messages to the server since these
would be ignored.
Resolves#494
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Since the server will never redeliver nor do anything with an ACK, there is no point in the library sending ACKs to the server. The ACK calls do not need to fail, simply not send anything to the server.
The text was updated successfully, but these errors were encountered: