will-hart / blitz

An open source data acquisition system in Python
http://will-hart.github.io/blitz/
GNU Affero General Public License v3.0
0 stars 1 forks source link

[CORE] TcpCommunicationErrors shouldn't crash entire client #34

Closed will-hart closed 10 years ago

will-hart commented 10 years ago

These should be gracefully caught and reported to user :)


will-hart commented 10 years ago

Fix TCP error handling. Closes #34

→ <>


Original Comment By: Will Hart