update pinned

This commit is contained in:
Ludovic Chenut 2023-11-16 16:05:41 +01:00
parent dab487eeb3
commit 284188a74f
No known key found for this signature in database
GPG Key ID: D9A59B1907F1D50C
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,6 @@ serialization;https://github.com/status-im/nim-serialization@#4bdbc29e54fe540499
stew;https://github.com/status-im/nim-stew@#3159137d9a3110edb4024145ce0ba778975de40e
testutils;https://github.com/status-im/nim-testutils@#dfc4c1b39f9ded9baf6365014de2b4bfb4dafc34
unittest2;https://github.com/status-im/nim-unittest2@#2300fa9924a76e6c96bc4ea79d043e3a0f27120c
webrtc;https://github.com/status-im/nim-webrtc.git@#6391a3f2e58c269bbcad8ad53770efac64ede9a0
webrtc;https://github.com/status-im/nim-webrtc.git@#070aa1185433bfb449f3f07c188da82597e4f531
websock;https://github.com/status-im/nim-websock@#f8ed9b40a5ff27ad02a3c237c4905b0924e3f982
zlib;https://github.com/status-im/nim-zlib@#a2f44bb7f65571a894227ff6fde9298a104e03a5

View File

@ -414,6 +414,7 @@ method accept*(self: WebRtcTransport): Future[Connection] {.async, gcsafe.} =
index = self.acceptFuts.find(finished)
self.acceptFuts[index] = self.servers[index].accept()
trace "Accept WebRTC Transport"
let transp = await finished
try: