The redirects of jsapi to the new loader are now holding at a rate of 50%, meaning that half the requests are redirected, and half are not. This is the maximally unstable rate which does 3 things:
1. raise attention about the transition 2. allow you to see both before and after, 3. and in case 'after' is broken, allow users to see a working 'before' state at least part of the time. We expect to add support for other_params early Monday morning. And we will then push the redirect rate up to 100% on Wednesday. If we see enough complaints about the absence of the other_params support, we could rollback the redirects to 0% again. So far, this round, I only know about your issue. Speaking of which, I am still not clear on the order of all those callbacks in your code. Perhaps you could make a list of which calls you expect to happen when, or what alternative pathways might occur. Feel free to email me directly instead of posting here. On Thu, Apr 23, 2020 at 4:52 PM Xiao Lin Liu <[email protected]> wrote: > Hi Daniel, > > Yes, you are right this is only a piece of the entire class. The method > for loadApiCallback is sort of the Maputil, actually all this code is part > of the Maputil class. > > When the call is routed to the new loader, the callback is not called at > all. Also, why sometimes does it route to the new loader and some time it > does not? Have you got the chance to see the screenshot about the network > traces? > > The other parameters fix, have you got an idea when it will be deployed? > But I'm not sure if this is the cause of the problem as the callback is > apparently not reached, when it is redirected to the new loader. > > I can send you more info directly to your account due to some sensitivity > data restrictions. > > Regards > > Xiao > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/661089fd-948a-4795-a116-c06dad6e7970%40googlegroups.com > . > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> Cambridge MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJMON_yx7tg6XkLuojEL3x_nrtmVk%2By00v%3D%2BYcZxM98ssQ%40mail.gmail.com.
