TubeSock icon indicating copy to clipboard operation
TubeSock copied to clipboard

A WebSocket client library implemented in Java

Results 4 TubeSock issues
Sort by recently updated
recently updated
newest added

This was criticized during the Maven build

Bumps httpclient from 4.0.1 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.0.1&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I have created an Android application that uses this package and whenever I try to call connect on the websocket I get the following error : `03-20 11:21:50.005 4255-4270/? W/System.err﹕...

Do you have any plans on adding support for "permessage-deflate", which can provide significant bandwidth savings?