test params

This commit is contained in:
bedweb 2025-09-30 13:14:37 +02:00
parent dca0fbd109
commit 19dbe56dfb

View File

@ -184,4 +184,4 @@ trap cleanup EXIT INT TERM
SUBSCRIPTION_MSG=$(create_subscription_message)
# Connect to websocket and send subscription message
echo "$SUBSCRIPTION_MSG" | websocat -n -H "Sec-WebSocket-Protocol: json" -v "$WEBSOCKET_URL" - | process_message
echo "$SUBSCRIPTION_MSG" | websocat -n --text - -H "Sec-WebSocket-Protocol: json" -v autoreconnect:"$WEBSOCKET_URL" | process_message