- 
                Notifications
    
You must be signed in to change notification settings  - Fork 190
 
0.5 changeable ping interval #43
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
Conversation
…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
| 
           Minor bug with setting ping interval is resolved in   | 
    
- 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
WssFactoryBuilder and WssSocketBuilder now expose only the minimum required API
          Codecov Report
 @@             Coverage Diff              @@
##             master      #43      +/-   ##
============================================
- Coverage     51.09%   48.96%   -2.13%     
+ Complexity      673      672       -1     
============================================
  Files           157      160       +3     
  Lines          2558     2667     +109     
  Branches        180      191      +11     
============================================
- Hits           1307     1306       -1     
- Misses         1183     1292     +109     
- Partials         68       69       +1 | 
    
| 
           @sumlin I am trying to avoid to spend double effort making tests for not yet synchronized codebase. I tried to create pull requests in a way to add functionality incrementally to make it easier to merge. Once we are in sync I will migrate tests (which I already have done for standalone parts like utilities).  | 
    
No description provided.