Skip to content

Commit

Permalink
Set keepalive to true to suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Nov 23, 2022
1 parent bf8a007 commit 8affa95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/C/src/concurrent/AsyncCallbackReplace.lf
Expand Up @@ -3,6 +3,7 @@
// will not work with the unthreaded C target because that target does not
// implement any mutex protecting the event queue.
target C {
keepalive: true,
timeout: 2 sec
}

Expand Down

0 comments on commit 8affa95

Please sign in to comment.