You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22AUG2024_15:22:12.749 17900:33112 WARN blpapi_subscriptionmanager.cpp:7476 blpapi.session.{1}.clusterservicehandler.subscriptionmanager SubscriptionLost for unknown data set with stream id 1 { ConnectionContext=[0/1] }
1
continuing with the provided example
i = 1 # event counter
evn = BLPData.try_next_event(session)
while evn != nothing
println("event \$i")
println(evn)
i += 1
sleep(2) # let's wait for events
evn = BLPData.try_next_event(session)
end
When running the subscription example
I get the following warning
continuing with the provided example
I get the following error
Any ideas on what might be causing the problem?
This issue is also reported on stackoverflow by somebody else here
The text was updated successfully, but these errors were encountered: