We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad026d3 commit 692376dCopy full SHA for 692376d
codecov.yml
@@ -0,0 +1,21 @@
1
+comment: false
2
+
3
+coverage:
4
+ status:
5
+ project:
6
+ default:
7
+ target: auto
8
+ threshold: 1%
9
+ informational: true
10
+ patch:
11
12
13
14
15
16
+ignore:
17
+ - install
18
19
+flag_management:
20
+ default_rules:
21
+ carryforward: false
src/thread.c
@@ -637,7 +637,7 @@ static void rnng_dispatch_thread(void *args) {
637
nng_ctx_send(ctx[i], saio[i]->aio);
638
nng_ctx_recv(ctx[i], raio[i]->aio);
639
} else {
640
- // should never reach here
+ // exit if reaches here
641
goto exitlevel2;
642
}
643
break;
0 commit comments