Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REM3-342] At RemoteConnection.RemoteWriteListener.send, resumeWrites if identity is null #210

Merged
merged 1 commit into from Aug 12, 2019

Conversation

fl4via
Copy link
Contributor

@fl4via fl4via commented Aug 12, 2019

@fl4via fl4via changed the title [REM3-342] At RemoteConnection.RemoteWriteListener.send, do optimizat… [REM3-342] At RemoteConnection.RemoteWriteListener.send, resumeWrites if identity is null Aug 12, 2019
…ion of invoking directly flushTask only if identity is not null.

If it is null, it means connection is being estabilished. If we are using SSL we need to invoke resumeWrites for proper handshaking. Notice that the optmization is skipped only on connection opening and hence shouldn't affect performance of running server after a heat up.
@fl4via fl4via merged commit 22ed590 into jboss-remoting:5.0 Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant