nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Message Queue #49

Closed soygul closed 8 years ago

soygul commented 8 years ago

When a message is received from server:

When a sent message is ACKed by the server:

When sending a message:

soygul commented 8 years ago

Why Worker.sendMessages and not Worker.sendMessage?

soygul commented 8 years ago

Worker.sendMessages is now variadic. Problem solved.