NTAP/quant

q_rx_ready returns pre-existings connection

pfeatherstone opened this issue · 4 comments

Calling q_rx_ready sometimes returns a pre-existing connection

What do you mean by "pre-existing"? q_rx_ready() returns a list of connections that have at least one stream that has unread data in it.

It's meant to be similar to poll() or select(), yes. Sorry for the lack of documentation on the API - it's been changing, and so I didn't spend time on it yet. Also, it will likely continue to change.