Skip to content

Commit

Permalink
SOL-117452: Fixed subscription flags on unsubcribe to no longer leak …
Browse files Browse the repository at this point in the history
…extra reply to topic subscription for publisher

Signed-off-by: Chris Morgan <[email protected]>
  • Loading branch information
cjwmorgan-sol committed Apr 26, 2024
1 parent 688c010 commit b75c232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ccsmp/ccsmp_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ _SessionTopicSubscribeWithFlags( solClient_opaqueSession_pt opaqueSession_p,
dispatchInfo.user_p = dispatchId_p;
dispatchInfo.rfu_p = NULL;
return solClient_session_topicSubscribeWithDispatch ( opaqueSession_p,
SOLCLIENT_SUBSCRIBE_FLAGS_REQUEST_CONFIRM,
flags,
topicSubscription_p,
&dispatchInfo,
correlationTag_p);
Expand Down

0 comments on commit b75c232

Please sign in to comment.