-
Bug
-
Resolution: Done
-
Major
-
5.0.13.Final
-
None
If flush task is scheduled to run and shutdownWrites is invoked we might risk shutting down before message is written, so we need to synchronize both tasks preventing that a future write is invoked after shutdown, but allowing the previously sent message to be sent before the connection is shutdown.
- is caused by
-
REM3-342 Optimization at RemoteConnection.RemoteWriteListener.send breaks SSL
- Resolved
- is incorporated by
-
WFCORE-4556 Upgrade jboss-remoting to 5.0.14.Final
- Closed