Skip to content

Commit

Permalink
readd reconnect_interval to ReconnectingConnection .... oops
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Oct 14, 2020
1 parent fb99090 commit 84eb4e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlat/client/net.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class ReconnectingConnection(LoggingMixin, asyncore.dispatcher):
host/port, reconnecting on connection loss.
"""

reconnect_interval = 15.0

def __init__(self, host, port):
asyncore.dispatcher.__init__(self)
self.host = host
Expand Down

0 comments on commit 84eb4e6

Please sign in to comment.