Add message Unable to connect...

This commit is contained in:
FusionPBX
2022-10-20 16:07:23 -06:00
committed by GitHub
parent 87360643ab
commit b004e8f3ba

View File

@@ -160,6 +160,9 @@
echo "Re-connected to event socket\n";
}
else {
//unable to connect to event socket
echo "Unable to connect to event socket\n";
//sleep and then attempt to reconnect
sleep(1);
continue;