I am trying to subscribe to realtime data from the ticker plan over a websocket.
I am using .z.ws:{neg[.z.w] -8!value -9!x;}
as the ws handler.
I've tested the WebSocket mechanism connecting to rdb successfully. Eg. simple 10#trade returns trade rows. However, when I connect to ticker and attempt .u.sub[
trade;AAPL]
for example, via websocket, only one message comes and no subsequent updates come.
This works fine when I connect from another q process using hopen...