diff --git a/libp2p/chronosstream.nim b/libp2p/chronosstream.nim index be25701d6..736d74fa9 100644 --- a/libp2p/chronosstream.nim +++ b/libp2p/chronosstream.nim @@ -56,6 +56,4 @@ method close*(s: ChronosStream) {.async.} = await s.writer.closeWait() await s.client.closeWait() - s.server.stop() - s.server.close() s.closed = true \ No newline at end of file