Hello Dario,

Thanks for your detailed anwser.

That's right; I did not paid attention to it but the onPolling method of my PushStatusListener was indeed called whereas the onStreaming method is usually called.

The algorithm you are talking about, isn't it the feature called Stream-sense in the Javadoc?
If I disable it like in the following code, shouldn't the streaming always be chosen, even for a reconnection?
Code:
LSProxy lSProxy = new LSProxy(...);
ConnectionInfo connectionInfo = new ConnectionInfo();
connectionInfo.enableStreamSense = false;
lSProxy.startPushConnection(connectionInfo);