Search code examples
kdb

How do I disconnect a websocket in KDB?


I've followed the instructions here:

https://code.kx.com/q/kb/websockets/#simple-websocket-client-example

And I'm able to open the websocket and I have streaming data coming in.

The issue is, the documentation doesn't state how to close the websocket.

I tried to do:

delete r from `.

which seems to delete environment variable representing the websocket, the stream keeps coming.

What am I doing wrong?


Solution

  • You should be able to use hclose as it is here:

    https://code.kx.com/q/ref/hopen/