This commit is contained in:
@@ -60,7 +60,10 @@ class PVLink:
|
||||
|
||||
sleep(5)
|
||||
|
||||
self.link.reconnect()
|
||||
try:
|
||||
self.link.reconnect()
|
||||
except Exception:
|
||||
print("{:} reconnect attempt raised an error, retrying ...".format(self.pvname))
|
||||
|
||||
sleep(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user