Skip to content
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

CModelDataReader::dataRead signal only triggered with single URL #262

Open
ltoenning opened this issue Feb 9, 2024 · 0 comments
Open

CModelDataReader::dataRead signal only triggered with single URL #262

ltoenning opened this issue Feb 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ltoenning
Copy link
Contributor

A single call to CModelDataReader::read can trigger multiple reads for different entities with different URLs. But only the last used URL is passed with the signal here:

if (triggeredRead != CEntityFlags::NoEntity)
{
emit dataRead(triggeredRead, CEntityFlags::ReadStarted, 0, url);
}

I do not assume that this is intended behavior.

@ltoenning ltoenning added the bug Something isn't working label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant