From abd3653d5600aeace099c7a5b05dc1f86d9113bb Mon Sep 17 00:00:00 2001 From: Ludovic Chenut Date: Wed, 6 Mar 2024 16:53:48 +0100 Subject: [PATCH] update commit --- .pinned | 4 ++-- libp2p/transports/webrtctransport.nim | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pinned b/.pinned index 62ff9bb79..9b12a0a95 100644 --- a/.pinned +++ b/.pinned @@ -6,7 +6,7 @@ dnsclient;https://github.com/ba0f3/dnsclient.nim@#23214235d4784d24aceed99bbfe153 faststreams;https://github.com/status-im/nim-faststreams@#720fc5e5c8e428d9d0af618e1e27c44b42350309 httputils;https://github.com/status-im/nim-http-utils@#87b7cbf032c90b9e6b446081f4a647e950362cec json_serialization;https://github.com/status-im/nim-json-serialization@#85b7ea093cb85ee4f433a617b97571bd709d30df -mbedtls;https://github.com/status-im/nim-mbedtls.git@#1167c90f1e5c1f4872868720140ff5b0840d18be +mbedtls;https://github.com/status-im/nim-mbedtls.git@#308f3edaa0edcc880b54ce22156fb2f4e2a2bcc7 metrics;https://github.com/status-im/nim-metrics@#6142e433fc8ea9b73379770a788017ac528d46ff nimcrypto;https://github.com/cheatfate/nimcrypto@#a079df92424968d46a6ac258299ce9380aa153f2 results;https://github.com/arnetheduck/nim-results@#f3c666a272c69d70cb41e7245e7f6844797303ad @@ -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@#9a6657922ace51a93feb57520b12d9ab5a550a13 +webrtc;https://github.com/status-im/nim-webrtc.git@#d525da3d62ed65e989d782e4cbb7edf221128568 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 19d09df4d..ae6564b4c 100644 --- a/libp2p/transports/webrtctransport.nim +++ b/libp2p/transports/webrtctransport.nim @@ -285,6 +285,7 @@ method close*(m: WebRtcMuxer) {.async, gcsafe.} = await m.webRtcConn.close() # -- Upgrader -- + type WebRtcStreamHandler = proc(conn: Connection): Future[void] {.gcsafe, raises: [].} WebRtcUpgrade = ref object of Upgrade