vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
676 stars 36 forks source link

Android: REPL loads files out of order resulting in failure #47

Closed swannodette closed 4 years ago

swannodette commented 4 years ago

While testing the tutorial on Android I discovered file requests are not being sent in order. This is likely due to the fact that the underlying tcp socket library uses a new Android task for each write even if it's to the same socket. We should use a queuing mechanism similar to the one we implemented for writing acks for Android.