kaazing / java.client

Kaazing WebSocket client using RFC-6455 and emulated protocols, plus AMQP protocol client
http://kaazing.org
Apache License 2.0
20 stars 18 forks source link

SseEventSource cut payload content by 4018 symbols #37

Closed andrey-skl closed 7 years ago

andrey-skl commented 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.

andrey-skl commented 7 years ago

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.