Merge pull request #106 from jdstroy/master

Wait indefinitely for packets when --tunnel is specified.
This commit is contained in:
Kevin Hester
2021-09-06 17:48:42 -07:00
committed by GitHub

View File

@@ -511,7 +511,7 @@ def common():
# We assume client is fully connected now
onConnected(client)
if args.noproto: # loop until someone presses ctrlc
if args.noproto or (args.tunnel and have_tunnel): # loop until someone presses ctrlc
while True:
time.sleep(1000)