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

0.5 changeable ping interval #43

Merged
merged 8 commits into from
Apr 17, 2018

Commits on Apr 15, 2018

  1. Configuration menu
    Copy the full SHA
    050f5d5 View commit details
    Browse the repository at this point in the history
  2. Ping interval made changeable for both client and server (needed to m…

    …anage traffic for mobile connections)
    
    Server/client links are reset after server/client is closed
    Communicator logic to detect offline case relies on the closed flag
    Cosmetics
    eupakhomov committed Apr 15, 2018
    3 Configuration menu
    Copy the full SHA
    aff0601 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Implementation fixed accroding to comments from Thomas Volden:

    - backward compatibility of exposed API preserved
    - symmetric implementation for server and client
    - fail-fast for server/client builders for WSS not initialized with SSLContext/SSLSocketFactory
    - More explanatory exception for scheme and configuration mismatch for client than just NPE
    Eugene Pakhomov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d3c7695 View commit details
    Browse the repository at this point in the history
  2. Javadoc added for WSS related methods and classes

    WssFactoryBuilder and WssSocketBuilder now expose only the minimum required API
    Eugene Pakhomov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    13c6b17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff4ee3 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into 0.5_changeable_pi…

    …ng_interval
    Eugene Pakhomov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d9b0879 View commit details
    Browse the repository at this point in the history
  5. Logging warnings for offline case (no connection) is fixed

    Eugene Pakhomov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    ac3e31e View commit details
    Browse the repository at this point in the history
  6. Cosmetic

    Eugene Pakhomov committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    9667f45 View commit details
    Browse the repository at this point in the history