bparzella / secsgem

Simple Python SECS/GEM implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket communication

massimov opened this issue · comments

in case the connection between host and equipment is lost (e.g. the other side crashes or gets killed),
method send_packet in module secsgem/hsms/connections.py at line 194 throws an exception ([Errno 32] Broken pipe) instead of catching and possibly handling it.

more info:
"Broken pipe" exception can happen both at equipment and host side.