mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 00:43:06 +00:00
adding isEmpty log
This commit is contained in:
parent
240b1cb280
commit
5b21c81215
@ -97,6 +97,7 @@ proc sendRequestToWakuThread*(
|
||||
let req = WakuThreadRequest.createShared(reqType, reqContent, callback, userData)
|
||||
echo "------------------- sendRequestToWakuThread 3: " & $req[]
|
||||
## Sending the request
|
||||
echo "------------------ ctx.reqChannel.isEmpty(): ", ctx.reqChannel.isEmpty()
|
||||
let sentOk = ctx.reqChannel.trySend(req)
|
||||
if not sentOk:
|
||||
echo "------------------- sendRequestToWakuThread 4"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user