When connecting to a firefly node from a websocket client, connections are being refused with an error message of: WebSocket upgrade failed: websocket: response does not implement http.Hijacker
Steps to reproduce:
- Create Firefly stack
- Open a websocket client:
- Try to connect to
ws://localhost:5000/ws?namespace=default&ephemeral&autoack&filter.events=message_confirmed
- If you're able to reproduce, you'll see this error message in the firefly logs:
WebSocket upgrade failed: websocket: response does not implement http.Hijacker