You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some SQL statements like "UPDATE", there is no return value. However, the server side still has to wait for the return value. One option would be to add another function that immediately returns to Arma and then the plugin would still be off querying and running the command. The potential downside to this is the order of the queries in the current setup. Perhaps the entire system should be switched to a producer/consumer setup where queries are executed in order but based on the parameter can be immediately returned back to Arma? Not sure what the best solution is here...
The text was updated successfully, but these errors were encountered:
For some SQL statements like "UPDATE", there is no return value. However, the server side still has to wait for the return value. One option would be to add another function that immediately returns to Arma and then the plugin would still be off querying and running the command. The potential downside to this is the order of the queries in the current setup. Perhaps the entire system should be switched to a producer/consumer setup where queries are executed in order but based on the parameter can be immediately returned back to Arma? Not sure what the best solution is here...
The text was updated successfully, but these errors were encountered: