diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-08 14:23:23 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-08 14:23:23 +0200 |
commit | 5e32c13bfca3464e8b45910259edc4b1f2153e35 (patch) | |
tree | edbae961e8188aa2643bf35c5ad8303760c964f3 /java/src/Ice/ConnectionI.java | |
parent | Fixed ICE-5718 - thread pool serializing dispatch bug (diff) | |
download | ice-5e32c13bfca3464e8b45910259edc4b1f2153e35.tar.bz2 ice-5e32c13bfca3464e8b45910259edc4b1f2153e35.tar.xz ice-5e32c13bfca3464e8b45910259edc4b1f2153e35.zip |
Fixed ACM bug where the activity wasn't always updated after parsing or sending a message
Diffstat (limited to 'java/src/Ice/ConnectionI.java')
-rw-r--r-- | java/src/Ice/ConnectionI.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/src/Ice/ConnectionI.java b/java/src/Ice/ConnectionI.java index 3e2b9b70c7e..73880042340 100644 --- a/java/src/Ice/ConnectionI.java +++ b/java/src/Ice/ConnectionI.java @@ -1190,12 +1190,6 @@ public final class ConnectionI extends IceInternal.EventHandler implements Conne scheduleTimeout(newOp); _threadPool.update(this, current.operation, newOp); } - - if(readyOp == 0) - { - assert(dispatchCount == 0); - return; - } } if(_acmLastActivity > 0) |