Even with nginx cache eliminated, it seems Volley is caching the requests locally using plain URL as the key. As result, event polling requests (same URL) repeatedly returns the last response from the local cache. To overcome this, extra URL parameter is added (nonce)
Added logging of complete HTTP requests/responses, including headers
Fixed issue with double polling on double startPolling() call
Changes: