swift-project / pilotclient

Cross-platform cross-simulator pilot client for virtual air traffic networks
https://swift-project.org
GNU General Public License v3.0
89 stars 26 forks source link

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

Open ltoenning opened 5 months ago

ltoenning commented 5 months ago

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:

https://github.com/swift-project/pilotclient/blob/0c29b279f836ae99795b20c83f42563c47732a08/src/blackcore/db/modeldatareader.cpp#L239-L242

I do not assume that this is intended behavior.