Using Websocket for Full Duplex

Hi Everyone,
I just wanted if we can use websocket for full duplex chat using samba api, for kind of real time chat. I am in the middle of a use case and stuck here, because using post method really not helping and causing latency issues.

1 Like

usually stream=true will allow incremental output.
can you share sample code of part with problem?

1 Like