Yaffle / EventSource

a polyfill for http://www.w3.org/TR/eventsource/
MIT License
2.11k stars 338 forks source link

Any way to make it work on android ? #210

Closed FrenchGithubUser closed 2 years ago

FrenchGithubUser commented 2 years ago

I am building a mobile app with capacitor. The browser connects itself to the hub successfully but the onmessage event is never called.

Is this normal ? and if yes, is there a way/another lib to make it work on android ?

Edit : same problem on iOS

FrenchGithubUser commented 2 years ago

the problem was that the server didn't send anything in the first place, sorry for the noise