HomeX-It / pusher-websocket-flutter

An unofficial Flutter plugin that wraps pusher-websocket-java on Android and pusher-websocket-swift on iOS
MIT License
30 stars 22 forks source link

run callbacks on the UiThread on Android #1

Closed jmacpherson closed 5 years ago

MisterJimson commented 5 years ago

I think onError should be updated to post on the main thread as well? It also uses the EventSink to send messages back to the Dart side.

MisterJimson commented 5 years ago

Can you also update the change-log and version?

jmacpherson commented 5 years ago

I think onError should be updated to post on the main thread as well? It also uses the EventSink to send messages back to the Dart side.

Good call. Updated.