Ticket Hash: | 5a1bd051992b835a2a3da8deace8623685434916 | |||
Title: | vws doesn't return proper exit code or doesn't shutdown socket properly | |||
Status: | Closed | Type: | Code_Defect | |
Severity: | Critical | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2015-12-18 14:42:58 | |||
Version Found In: | 0.2 | |||
User Comments: | ||||
vitus added on 2015-12-18 05:18:47:
vws should proprerly shut down a socket, even if it need to exit with non-zero code. Now some command function return non-zero as indication of the error, but calling code doesn't propagate it to the OS. Python try-finally should help. |