mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 23:13:09 +00:00
more logs
This commit is contained in:
parent
5b21c81215
commit
fd79bf2d54
@ -194,12 +194,15 @@ proc wakuThreadBody(ctx: ptr WakuContext) {.thread.} =
|
||||
|
||||
echo "----------- wakuThreadBody 7 sending sync"
|
||||
let fireRes = ctx.reqReceivedSignal.fireSync()
|
||||
echo "----------- wakuThreadBody after sending sync"
|
||||
if fireRes.isErr():
|
||||
echo "----------- failed sending sync"
|
||||
error "could not fireSync back to requester thread", error = fireRes.error
|
||||
|
||||
## Handle the request
|
||||
echo "--------------- before asyncSpawn"
|
||||
asyncSpawn WakuThreadRequest.process(request, addr waku)
|
||||
echo "------------- after asyncSpawn"
|
||||
|
||||
waitFor wakuRun(ctx)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user