Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-check reconnecting state before emitting #232

Commits on Oct 28, 2024

  1. re-check reconnecting state before emitting

     - since the connectExecutor thread starts a reconnect which in turn causes the websocket connection to go into onConnected() method in the default(callback). This can cause an emit of message before reconnecting boolean is set to false
     - introduced a mechanism in order to make sure and retry several times to get the correct value
    
    Signed-off-by: Kalin Kostashki <kalin.kostashki@bosch.com>
    kalinkostashki committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    70e4603 View commit details
    Browse the repository at this point in the history
  2. properly handled InterruptedException

    Signed-off-by: Kalin Kostashki <kalin.kostashki@bosch.com>
    kalinkostashki committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    83b32b5 View commit details
    Browse the repository at this point in the history