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: projectodd/wunderboss
base: eb68dd8f8a57
Choose a base ref
...
head repository: projectodd/wunderboss
compare: 64aed06806f0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 18, 2015

  1. Copy the full SHA
    7f5f879 View commit details
    Browse the repository at this point in the history
  2. Ensure onClose gets called when underlying channel is closed [IMMUTAN…

    …T-563, IMMUTANT-564]
    
    If the client doesn't send a close frame, we weren't calling onClose
    when outside of WildFly. This registers a listener on the channel that
    gets called on close that then ensures onClose gets called. This also
    fixes the issue where onClose wasn't getting called if the server
    instance was stopped server-side.
    tobias committed Jun 18, 2015
    Copy the full SHA
    64aed06 View commit details
    Browse the repository at this point in the history