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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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;