Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sacOO7/socketcluster-client-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sacOO7/socketcluster-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/syncJsClient
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 29, 2018

  1. Added multiple disconnect methods to allow disconnection with proper

    closeCode, closeReason. Added methods to subscribe to all channels and
    unsubscribe at the same time.
    sacOO7 committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    544ac63 View commit details
    Browse the repository at this point in the history
  2. Sachin | Created new enum for managing authState,

    Added method for getting authentication state of the socket
    sacOO7 committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    6506aca View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    bb0d62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176d1f3 View commit details
    Browse the repository at this point in the history
  3. Added set of events that can be used as a lambda in java8, as well as…

    … can
    
    be easily inferred in any background service
    sacOO7 committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    9190e61 View commit details
    Browse the repository at this point in the history
  4. Added channelstate to represent internal state of channels, added method

    signature to onSubscribeStateChange
    sacOO7 committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    c0ea98e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Updated Socket Constructor to more meaningful format, Now most of the

    settings can be passed from constructor. Added default channel state to
    unsubscribed. Added code in emitter to support multipleListeners and
    multipleChannelWatchers.
    sacOO7 committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    32871e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Added code to send and handle raw event with server. Added code to ha…

    …ndle
    
    any type of message. Added error event handler to handle all types of errors
    sacOO7 committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    c78f2e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851c588 View commit details
    Browse the repository at this point in the history
Loading