seunggi

Results 31 comments of seunggi

My report is not related firebasse_messaging. Sorry for the confusion. See below. https://github.com/ryanheise/audio_service/issues/875#issuecomment-2177815595 https://issuetracker.google.com/issues/230950647#comment175

My report is not related firebasse_messaging. Sorry for the confusion. See below. https://github.com/ryanheise/audio_service/issues/875#issuecomment-2177815595 https://github.com/firebase/firebase-android-sdk/issues/4345#issuecomment-2084281469 ANR (MessageQueue.nativePollOnce). The following are very helpful for solving firebase ANR. (1) GLSurfaceView will display ANR...

> @dfdgsdfg - thank you for locating the issue, it appears to be an underlying issue, possibly from firebase-android-sdk or even the android OS itself. Not much we can do...

Can we implement ‘real-time’ on the web? Or, the remote configuration server should use a caching mechanism like ETag. Naturally, the web page should fetch the configuration with each page...

It seems the accept-encoding header is a fairly robust feature, according to the standard. [http 1.1 accept-encoding header rfc](https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.4) Issue 881 also includes an accept-encoding and gzip-related option. So, in...

Workaround. tl;dr ``` # pubspec.yaml dependencies: video_player: ^2.9.1 dependency_overrides: video_player_android: 2.7.1 ``` https://github.com/flutter/flutter/issues/154559#issuecomment-2342626756

@stephanmantel Seems good to enough to merge. What do you think?

Another workaround ```yaml # pubspec.yaml dependencies: video_player: ^2.9.1 dependency_overrides: video_player_android: 2.7.1 ``` Maybe video_player_andriod's Impeller Support is the problem? [video_player_android changelog](https://github.com/flutter/packages/blob/main/packages/video_player/video_player_android/CHANGELOG.md) ```md ## 2.7.3.