Tim Etler
Tim Etler
@TheKevJames I don't think switching to a config file would be a problem for how we're using this project since we're using it for dev testing and the current environment...
This bug is fixed on the recently released [Expo 51](https://expo.dev/changelog/2024/05-07-sdk-51)! We've been dealing with this bug for a while now and I was recently trying to debug it in depth,...
@DeTrinh I tried again and it looks like it's only half fixed. When I was testing it, I was using the same command to start an expo dev build as...
I dug a little deeper and found a new fix for Expo 51! If you just want a new fix, you can check out [my fork branch here](https://github.com/etler/expo-sse-patch/tree/expo-51-fix). If you...
@angelopedroso Do you have more details on the specific steps you followed?
@MartinHarkins glad to hear it works on other machines too! Your narrower fix should work for the event stream use case, but it still leaves other requests unstreamed and delayed....
After doing further research, this project has been merged into the main [jmreidy/grunt-browserify](https://github.com/jmreidy/grunt-browserify) branch. Just provide within `options` `watch: true`
I was just looking for this feature. I hope it gets merged in soon!