From 284188a74f614a9d576ef892a646bc78095d1c70 Mon Sep 17 00:00:00 2001 From: Ludovic Chenut Date: Thu, 16 Nov 2023 16:05:41 +0100 Subject: [PATCH] update pinned --- .pinned | 2 +- libp2p/transports/webrtctransport.nim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pinned b/.pinned index 8d807679d..32e4e66bd 100644 --- a/.pinned +++ b/.pinned @@ -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 diff --git a/libp2p/transports/webrtctransport.nim b/libp2p/transports/webrtctransport.nim index 529fbc176..0d88a1097 100644 --- a/libp2p/transports/webrtctransport.nim +++ b/libp2p/transports/webrtctransport.nim @@ -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: