Revert "close punchd connection when app is about to quit"

This reverts commit 1b7cc621db.
This commit is contained in:
Christian Ulrich 2020-10-10 12:01:20 +02:00
parent a099907caa
commit 9caca83dd6
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 2 deletions

View File

@ -246,8 +246,6 @@ proc runApp(serverHostname: string, serverPort: Port, peerId: string,
echo "received message: ", msg
sock.close()
punchdConn.sock.close()
proc main() =
if paramCount() < 3 or paramCount() > 4:
usage()