mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 19:10:10 +00:00
Have server interruption exit the client gracefully
If a console session is started and the server disconnects, cleanly exit instead of being confused by the whole affair.
This commit is contained in:
parent
1311146637
commit
8ede431b60
@ -313,4 +313,5 @@ while not doexit:
|
||||
else:
|
||||
command = fh.readline()
|
||||
do_command(command, server)
|
||||
consoleonly = True
|
||||
exit()
|
||||
|
Loading…
Reference in New Issue
Block a user