-
Notifications
You must be signed in to change notification settings - Fork 954
FlipperOkhttpInterceptor making SSE not working #2495
Comments
I am not sure if this is a bug or is normal behavior. we discovered it in the following conversation: |
any news about this ? |
@axwell in production mode SSE/EventSource it is working, that |
We don't really use the OkHttpClient interceptor internally, so if anybody wants to investigate if this could be wired better, PRs are welcome! |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
I'll like to keep this issue open :) We still have the same problem on our side too. |
You're interested in investigating it further? Otherwise there is little value in keeping issues open that no one is willing to invest in. |
Yeah, ran into this issue at work today. Works fine on release versions of Android apps, but not debug. What does this specific snippet of code do? Is it required to use Flipper in normal debugging practices? |
Still looking for some insight into this code snippet. What does this specific snippet of code do? Is it required to use Flipper in normal debugging practices? |
Same here. @forkball Did you find any solution? |
I just commented the snippet in question out for the time being. |
🐛 Bug Report
in the reactNativeFlipper.java, the following lines making EventSource (SSE) not working.
Environment
Android, Flipper 0.93, react native 0.64.0
The text was updated successfully, but these errors were encountered: