Update JsonAPI.mq5
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ int OnInit(){
|
|||||||
|
|
||||||
Print("Binding sockets...");
|
Print("Binding sockets...");
|
||||||
|
|
||||||
for(int i=0;i<bindAttemtps+1;i++){
|
for(int i=0;i<bindAttemtps;i++){
|
||||||
if (BindSockets()) return(INIT_SUCCEEDED);
|
if (BindSockets()) return(INIT_SUCCEEDED);
|
||||||
else {
|
else {
|
||||||
Print("Binding sockets failed. Waiting ", bindSocketsDelay, " seconds to try again...");
|
Print("Binding sockets failed. Waiting ", bindSocketsDelay, " seconds to try again...");
|
||||||
|
|||||||
Reference in New Issue
Block a user