iOS Background Platform Channels#29665
Conversation
0e26a3a to
e96fac1
Compare
8f9bdc2 to
0ba85eb
Compare
| codec:codec | ||
| taskQueue:taskQueue]; | ||
| FlutterMessageHandler handler = ^(id _Nullable message, FlutterReply callback) { | ||
| NSLog(@"hey"); |
There was a problem hiding this comment.
nit: avoid extra logs even in tests
| // Called from any thread. | ||
| // TODO(gaaclarke: This vestigal from the Android implementation, find a way | ||
| // to migrate this to PlatformMessageHandlerAndroid. |
There was a problem hiding this comment.
Maybe just make it not purely virtual and have a no-op implementation in the base class?
There was a problem hiding this comment.
That just puts wallpaper over the issue. I'd like this to stick out like a sore thumb since it should be fixed. It's just a pain given how things are divided up.
|
...once CI is happy |
|
The luci link is missing but the Mac Unopt failure is https://ci.chromium.org/p/flutter/builders/try/Mac%20Unopt/6227. |
15b6415 to
02293bb
Compare
|
I'm landing this with luci-engine on red. It's not red if you actually check the status and autoroller PRs are landing and that check is not showing up red for them. |
* iOS Background Platform Channels (flutter#29665) * added test that passes before this change, and fails after it * started supporting backwards compatible usage of setting handlers
issue: flutter/flutter#91635
Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.