project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

ethernet providers should support reconnecting automatically #126

Closed laroque closed 8 years ago

laroque commented 9 years ago

Details TBD but something like: 1) in send([*cmds]) have a try/catch on the actual send to socket. 2) If there is a broken pipe, call reconnect and resend that command 3) If reconnecting fails return a hardware communication error 4) If reconnecting works, continue as usual

laroque commented 8 years ago

moving this issue to dragonfly where it is number 16