Skip to content

Commit

Permalink
waku_thread.nim: avoid crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Nov 2, 2024
1 parent 0f84c6e commit b6d5f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/waku_thread/waku_thread.nim
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ proc runWaku(ctx: ptr WakuContext) {.async.} =

let fireRes = ctx.respSignal.fireSync()
if fireRes.isErr():
error "could not fireSync back to requester thread",
original_request = $request[], error = fireRes.error
error "could not fireSync back to requester thread", error = fireRes.error

proc run(ctx: ptr WakuContext) {.thread.} =
## Launch waku worker
Expand Down

0 comments on commit b6d5f9a

Please sign in to comment.