You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better if a Executors.newSingleThreadExecutor() was used instead of a Executors.newCachedThreadPool() executor so that the events created by the EventSource could arrive to the handler in order.
Right now it's possible to get an onMessage before an onOpen.
The text was updated successfully, but these errors were encountered:
chirino
added a commit
to chirino/okhttp-eventsource
that referenced
this issue
Apr 13, 2017
I think it would be better if a Executors.newSingleThreadExecutor() was used instead of a Executors.newCachedThreadPool() executor so that the events created by the EventSource could arrive to the handler in order.
Right now it's possible to get an onMessage before an onOpen.
The text was updated successfully, but these errors were encountered: