-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pause/Resume #29
Comments
Hi Peer, You should get resumed updates for for that specific |
That is my current implementation, but I will experiment with calling FYI, the reason I asked this question is that after a resuming a single ric, the Thanks, |
I have checked it our lab again. The |
Hi,
The pause/resume behaviour is not functioning as I expect. Can you confirm the behaviour please.
Assuming that all subscriptions are paused, and this logic was used;
pyrfa.marketPriceResume(ric)
pyrfa.dispatchEventQueue()
I am expecting only the resumed ric to return updates, whereas it actually returns updates for the entire subscribed universe.
Thanks,
Peer
Python 3.6
PyRFA 8.1.0
Windows (Win Server 2012)
The text was updated successfully, but these errors were encountered: