requestFacilitiesList no longer responding with all airports?

If I ask for the list of all airports using requestFacilitiesList (the plain version, not the “local reality bubble” EX1 version) I get two callbacks, once for “entryNumber: 0, outOf: 33” and then for “entryNumber: 1, outOf: 33” and then… nothing. Did something about this call change? Or, did a bug maybe slip in that’s preventing the remaining 31 callbacks from happening?

False alarm: looks like it’s not SimConnect itself, but something between my code and Simconnect. An isolated, direct code test shows all 33 result sets getting communicated.