HTTP streaming broker connections

Posted By: kap

HTTP streaming broker connections - 12/18/16 15:08

I am looking at developing a HTTP/REST broker plugin.

For this I will need to keep one of the HTTP connection up in streaming mode for prices - is it possible to use the BrokerHTTP() functions provided by Zorro for this?

From the docs this does not appear to be the case.

-K
Posted By: jcl

Re: HTTP streaming broker connections - 12/19/16 15:16

No, BrokerHTTP only sends and receives data packets. Receiving streamed data must be implemented separately.
© 2024 lite-C Forums