Closed andrey-skl closed 7 years ago
Hello! I use this library in react-native by wrapper. And here I encountered this issue: https://github.com/JonnyBGod/react-native-eventsource/issues/11
I logged a little here and found that message comes, but comes cut by 4018 symbols. And that's why it cannot be parsed and passed to JavaScript then.
Sorry, I was wrong. adb logcat cuts logs output But I found that event type is always "message" for such large events, that's was the source.
Hello! I use this library in react-native by wrapper. And here I encountered this issue: https://github.com/JonnyBGod/react-native-eventsource/issues/11
I logged a little here and found that message comes, but comes cut by 4018 symbols. And that's why it cannot be parsed and passed to JavaScript then.