Hi,
I'm trying to use consul exec for a few weeks but I'm failing on a behavior that I feel weird with.
First,
most of the commands run just fine. The trigger is instant, the exit result is taken. Nothing to say.
But sometime,
it's like the consul exec command just disconnect without any result and without providing any more feedback than:
```
0 / 1 node(s) completed / acknowledged
```
This behavior seems definitely be linked to what the command is. For my case, it triggers a C# program written by us.
If I remote on the node and try to run the command in the same way, that one just succeed.
I know that it's potentially a difference with Environment or something like that, but that lack of consul exec output make that debug really hard ...
I did try the "verbose" parameter but that doesn't add any details for this error.
Regards,
Thibault