FlipperOkhttpInterceptor making SSE not working
See original GitHub issue🐛 Bug Report
in the reactNativeFlipper.java, the following lines making EventSource (SSE) not working.
....
NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin();
NetworkingModule.setCustomClientBuilder(
new NetworkingModule.CustomClientBuilder() {
@Override
public void apply(OkHttpClient.Builder builder) {
builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin));
}
});
Environment
Android, Flipper 0.93, react native 0.64.0
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:7 (2 by maintainers)
Top Results From Across the Web
React native can't connect to SSE in android - Stack Overflow
java, the following lines making EventSource (SSE) not working. Solution 1: go to android/app/src/debug/java/com/iwaiterapp/ReactNativeFlipper.
Read more >Android: Simple network mocking with Flipper | by Tadeáš Sosín
Let's take a look at how we can easily mock any request using Flipper. Network mocking setup. First, update the app dependency &...
Read more >SSE Engine Fixes (skse64 plugin) - Nexus Mods
skse64 plugin to fix various issues with the Skyrim Special Edition engine.
Read more >Skyrim SE mods not loading, page 3 - Forum - GOG.com
I_maxfaded_I: Vortex has the same issues... without manually copying loadorder / plugins from the Appdata - Skyrim Special Edition folder to ...
Read more >Racemenu not working? (mods) :: The Elder Scrolls V
EDIT: This was solved for me years ago now, but I realize people find this when trying to make Racemenu work. Check the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am not sure if this is a bug or is normal behavior.
we discovered it in the following conversation: https://github.com/facebook/react-native/issues/28835
You’re interested in investigating it further? Otherwise there is little value in keeping issues open that no one is willing to invest in.