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
I can connect to the Server with C#, Powershell, and the Python client, but for some reason I cannot execute commands from the C# client built in Visual Studio. Build seems to goes fine, and the initial connection works, but when I interact with the session and attempt a simple "ipconfig" commands, the server hangs with the message "Waiting for command to be executed. be patient..." which I get with the other clients but they respond with the command output. I'm sure it's probably something I'm doing wrong, either in the build or the configuration.
Thanks,
DH
The text was updated successfully, but these errors were encountered:
Did more testing. It seems that the command does execute on the target, it's just that no output appears on the server screen and it locks up to where you have to kill and restart the server. I was able to run calc.exe Also, the sessions seem to be duplicating themselves and whatever command executed (such as calc.exe) is executed repeatedly. I'm going to look at the source a bit more as it only seems to be affecting the C# client. No huge rush on this and again I could be doing something wrong on my end.
I can connect to the Server with C#, Powershell, and the Python client, but for some reason I cannot execute commands from the C# client built in Visual Studio. Build seems to goes fine, and the initial connection works, but when I interact with the session and attempt a simple "ipconfig" commands, the server hangs with the message "Waiting for command to be executed. be patient..." which I get with the other clients but they respond with the command output. I'm sure it's probably something I'm doing wrong, either in the build or the configuration.
Thanks,
DH
The text was updated successfully, but these errors were encountered: