[C++ API] reconnectAndRejoin() differences between Windows and Android

Hi,

We're using C++ API.

When getting connectionErrorReturn() 1041 ("Disconnected by server due to timeout. Server misses ACKs from client.") on both Windows and Android under the same circumstances, we're getting different results:

- On Windows reconnectAndRejoin() succeeds and reconnect+rejoin works as expected.

- On Android reconnectAndRejoin() fails.

Everything is set up identically on both (room options etc). In fact identical code runs on both platforms. We're wondering why we're seeing this differences? I have read and re-read the docs on this and there is no explanation I can find.

Thanks and best regards,
Yogi

Comments

  • Hi @EON_YogiPrasida.

    reconnectAndRejoin() succeeds and reconnect+rejoin works as expected for me on Android as well.

    Can you reproduce this with one of our demos?
    Please provided detailed reproduction steps.