mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-02-16 20:13:23 +00:00
Invoke nim-chronos shutdown in destroySdsThread
This commit is contained in:
parent
113a9760a3
commit
4905b61922
@ -88,6 +88,8 @@ proc destroySdsThread*(ctx: ptr SdsContext): Result[void, string] =
|
||||
?ctx.reqReceivedSignal.close()
|
||||
freeShared(ctx)
|
||||
|
||||
?shutdown()
|
||||
|
||||
return ok()
|
||||
|
||||
proc sendRequestToSdsThread*(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user