Skip to content

Look into no-return method #25

@firefly2442

Description

@firefly2442

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...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions