Skip to content

Commit

Permalink
update one comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Sep 30, 2024
1 parent ad026d3 commit 03da686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ static void rnng_dispatch_thread(void *args) {
nng_ctx_send(ctx[i], saio[i]->aio);
nng_ctx_recv(ctx[i], raio[i]->aio);
} else {
// should never reach here
// exit if reaches here
goto exitlevel2;
}
break;
Expand Down

0 comments on commit 03da686

Please sign in to comment.