Loading ccnode/node.py +5 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,11 @@ class MainLoop(object): plugin.stop() def close_plugins(self): """Unregister all plugins from the loop.""" for plugin in self.registered_plugins.copy(): self.unregister_plugin(plugin) def restart_rpc_connection(self, *args): if not self.rpc_connected: return Loading Loading
ccnode/node.py +5 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,11 @@ class MainLoop(object): plugin.stop() def close_plugins(self): """Unregister all plugins from the loop.""" for plugin in self.registered_plugins.copy(): self.unregister_plugin(plugin) def restart_rpc_connection(self, *args): if not self.rpc_connected: return Loading