fix(quic): add getWrapped method for QuicStream (#1546)

This commit is contained in:
vladopajic
2025-07-16 19:16:18 +02:00
committed by GitHub
parent 46a5430cc2
commit 577809750a

View File

@@ -42,6 +42,9 @@ proc new(
procCall P2PConnection(quicstream).initStream()
quicstream
method getWrapped*(self: QuicStream): P2PConnection =
nil
template mapExceptions(body: untyped) =
try:
body