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] Client Tcp should recreate connection on server error #35

Closed will-hart closed 10 years ago

will-hart commented 10 years ago

At the moment it just attempts to connect 3 times. The connection should be recreated each time.


will-hart commented 10 years ago

Wont fix, the application is notified so that it can implement the correct logic


Original Comment By: Will Hart