Skip to content

Commit

Permalink
Merge branch 'SubscriptionManager' into RequestResponseClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Mar 5, 2024
2 parents 3361455 + 419f5bc commit 590f947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/request-response/subscription_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static void s_subscription_record_unsubscribe(
record->pending_action = ARRSPAT_UNSUBSCRIBING;
}

/* Only called when shutting down the client */
/* Only called when shutting down the request-response client */
static int s_rr_subscription_clean_up_foreach_wrap(void *context, struct aws_hash_element *elem) {
struct aws_rr_subscription_manager *manager = context;
struct aws_rr_subscription_record *subscription = elem->value;
Expand Down

0 comments on commit 590f947

Please sign in to comment.