Differences From Artifact [06ace10362]:
- Executable file vws — part of check-in [52e0b8ea22] at 2016-04-15 14:58:29 on branch trunk — Set version to 0.4 (user: vitus, size: 36039) [annotate] [blame] [check-ins using]
To Artifact [7d117d71fe]:
- Executable file vws — part of check-in [b31d32b79f] at 2016-04-15 15:15:40 on branch trunk — Improved docs, removed forgotten debug output (user: vitus, size: 35990) [annotate] [blame] [check-ins using]
| ︙ | |||
605 606 607 608 609 610 611 | 605 606 607 608 609 610 611 612 613 614 615 616 617 618 | - |
except IOError:
#When hard_stopping,socket might be closed by way
pass
sock.shutdown(socket.SHUT_RDWR)
sock.close()
if not options.wait:
return
|
| ︙ |