Confuse using Library Server Sent Event for Android Client using Nginx Push Stream
问题 Our server is used to Nginx as webserver and add compile module of nginx_push_stream. Before used to push stream had used to Restfull then changed to Websocket but websocket sometimes loss when the client or server had small bandwith. At 2019 year, from Websocekt to Server Sent Event (SSE) / event-source such as event stream or text/event-stream to reduce loss both of client or server. Please anyone have any idea for library event stream is able to use to android client and iPhone client. I