Timeout added

Timeout added
This commit is contained in:
Bipin Jitiya
2026-02-11 18:16:14 +05:30
committed by GitHub
parent b1fd408647
commit b2cff2b6f3
+1 -1
View File
@@ -70,7 +70,7 @@ async def websocket_action(domain, company):
f'./websocat -k wss://{domain}:443/nw '
'--protocol "ingredi support desk customer thin" '
f'-H "X-Ns-Company: {company}" '
'--binary -n -'
'--binary --global-timeout-ms 5000 --global-timeout-force-exit -n -'
)
vprint(f"Command for ws action: {payload}")