Changed to send completed event message from main thread (#22)

I changed to send the completed event messages from main thread to avoid flutter engine's fml checker error.
This commit is contained in:
Hidenori Matsubayashi
2021-08-04 17:49:41 +09:00
committed by GitHub
parent ccdb4d9d20
commit 971dd0e2c1
4 changed files with 20 additions and 10 deletions
+3
View File
@@ -1,3 +1,6 @@
## 0.9.2
* Changed to send stream completed messages from main thread.
## 0.9.1
* Temporarily disable auto-repeat.
* Update the elinux template of the example app.