Hi,
we have the requirement to receive a constant http/json datastream using the SSE (https://en.wikipedia.org/wiki/Server-sent_events) mechanism.
Instead of using some external tool, we'd like to receive this stream directly with Impact using GetHttp() or RestFulAPIGet().
However these functions obviously only return data when the http session ends - which is not necessarily the case with SSE.
Has anybody tried this (and perhaps been successful) ?
Thanks,
Michael