Closed danielwalker closed 11 years ago
The ClientDelivery.isValidMessage uses == instead of equals(). This causes messages that are built using new JSONObject(json) to fail.
Thank you so much for catching (and even more for fixing!) this! This is a great contribution!
Thanks again! Joe
These changes have been included in the 1.1.2 release.
The ClientDelivery.isValidMessage uses == instead of equals(). This causes messages that are built using new JSONObject(json) to fail.