Hi Refinitiv Support,
I have a use case where I open a streaming request for an item with 2 fields. After some time, I add 2 more fields to the item and invoke reissue on the consumer passing in the original item handle. The reissue is getting ignored as I still continue to receive only the initial 2 fields. I debuged and observed that the reissue request is throwing "reissue not allowed on an openstream" exception.
I checked the user guide and it appears you can invoke reissue this way without explicitly closing the stream.
Any idea what am doing wrong? Am using Java.
Regards,
josa