diff -r acf02488f37f -r c28db6f7616b runtime/WampClient.py --- a/runtime/WampClient.py Wed Aug 16 12:53:23 2017 +0300 +++ b/runtime/WampClient.py Wed Aug 16 12:57:52 2017 +0300 @@ -88,6 +88,7 @@ def clientConnectionFailed(self, connector, reason): print("WAMP Client connection failed .. retrying ..") self.retry(connector) + def clientConnectionLost(self, connector, reason): print("WAMP Client connection lost .. retrying ..") self.retry(connector)