question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 2 years ago
  • Reactions:8
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
tmiruncommented, Jun 21, 2021

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

0reactions
mweststratecommented, Jan 12, 2022

You’re interested in investigating it further? Otherwise there is little value in keeping issues open that no one is willing to invest in.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found