Revert "close punchd connection when app is about to quit"
This reverts commit 1b7cc621db
.
This commit is contained in:
parent
a099907caa
commit
9caca83dd6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue