- bugfix: with `batch_send=True`, wijisqs could fail to send some residual messages to AWS: https://github.com/komuw/wijisqs/pull/46
- For `long_poll` when we call AWS, get messages and populate `recieveBuf`; hand those msgs over to `wiji` right away instead of sleeping.
This should lead to faster processing: https://github.com/komuw/wijisqs/pull/45