tylerjroach / eventsource-android

An Android EventSource (SSE - Server Sent Events) Library
Other
90 stars 21 forks source link

Not disconnect when server finish connect. #18

Open adneg opened 4 years ago

adneg commented 4 years ago

this is the 4 library that is testing. and is probably the best. but one thing is not working properly:( I'm finishing the long polling/streem. my http handler for connect going down, -because I need it and want it.

this code not close connect in this situation.

not automatically. like ,golang client or: curl.:(

curl -v http://192.168.88.5:8080/getmsg/1

`