Просмотр исходного кода

Reconnect for client implemented

master
Dirk Alders 4 лет назад
Родитель
Сommit
f4a7f1e7a4
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      __init__.py

+ 3
- 0
__init__.py Просмотреть файл

@@ -198,6 +198,9 @@ class struct_json_protocol(object):
198 198
     def is_connected(self):
199 199
         return self.__comm_inst__.is_connected()
200 200
 
201
+    def reconnect(self):
202
+        return self.__comm_inst__.reconnect()
203
+
201 204
     def __authentification_state_reset__(self):
202 205
         logger.info("%s Resetting authentification state to AUTH_STATE_UNKNOWN_CLIENT", self.LOG_PREFIX)
203 206
         self.__authentification_state__ = self.AUTH_STATE_UNKNOWN_CLIENT

Загрузка…
Отмена
Сохранить