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 am having issues with my python script that uses signalrcore. The script works perfectly when ran from the command line but when I launch it via a shell script from a dot net core application it exits before the connection is even started.
Log when ran from command line:
Connection started
Negotiate url:https://localhost/configHub/negotiate
Response status code200
start url:wss://localhost/configHub?id=KnVEgbXhMF832U_5oSbvvg
Handler registered started ScriptFinished
Connection started
Negotiate url:https://localhost/configHub/negotiate
Response status code200
start url:wss://localhost/configHub?id=0m9YKSz01IA3qS654rGJCw
Handler registered started ScriptFinished
--- request header ---
GET /configHub?id=0m9YKSz01IA3qS654rGJCw HTTP/1.1^M
Upgrade: websocket^M
Connection: Upgrade^M
Host: localhost^M
Origin: http://localhost^M
Sec-WebSocket-Key: 5nVtvV/urzt/rj1nfG48bA==^M
Sec-WebSocket-Version: 13^M
^M
Log when launched via shell script from dot net core application:
Connection started
Negotiate url:https://localhost/configHub/negotiate
Response status code200
start url:wss://localhost/configHub?id=KnVEgbXhMF832U_5oSbvvg
Handler registered started ScriptFinished
The text was updated successfully, but these errors were encountered:
I am having issues with my python script that uses signalrcore. The script works perfectly when ran from the command line but when I launch it via a shell script from a dot net core application it exits before the connection is even started.
Log when ran from command line:
Log when launched via shell script from dot net core application:
The text was updated successfully, but these errors were encountered: