Skip to content
Snippets Groups Projects

Draft: Fix network restart when router IP changes

Closed Aleksandr Gumroian requested to merge fix-network-restart-handler into master
All threads resolved!
Files
3
@@ -24,6 +24,7 @@ export default function RouterStateHandler({ ws }) {
const [getControllerIDResponse, getControllerID] = useAPIGet(
API_URLs.controllerID
);
useEffect(() => {
getControllerID();
}, [getControllerID]);