Skip to content

Commit

Permalink
Merge pull request #486 from rareddy/TEIID-3556
Browse files Browse the repository at this point in the history
TEIID-3557: Based changes in EAP JGroups channel, the close call has …
  • Loading branch information
rareddy committed Jun 25, 2015
2 parents 1873eab + 70841ee commit 67c0ad6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -499,6 +499,7 @@ public void stop(Object object) {
ReplicatedInvocationHandler<?> handler = (ReplicatedInvocationHandler<?>) Proxy.getInvocationHandler(object);
Channel c = handler.disp.getChannel();
handler.disp.stop();
c.disconnect();
c.close();
}

Expand Down

0 comments on commit 67c0ad6

Please sign in to comment.