Websocket issue with exec - no stdout response

building a go client to run commands against a pod using websockets. I’m able to connect, authorize and upgrade with the url wss://192.168.2.144:6443/api/v1/namespaces/openunison/pods/openunison-orchestra-78858c5f4-8bnkb/exec?command=echo+%27test%27&stdin=false&stdout=true&sterr=true but while trying to receive a TextMessage i just get an error websocket: close 1000 (normal) using gorilla as the websockets library. Am I missing something? i’d expect a response of test back (or some kind of error?).

Thanks