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

Allowing application to request logoutDisconnect in a session and spe… #488

Conversation

lucianoviana
Copy link
Contributor

…cify a custom text

@@ -267,9 +267,13 @@
return string != null && string.length() > 0;
}

public long sendLogout(final int msgSeqNo, final int sequenceIndex, final int lastMsgSeqNumProcessed)
public long sendLogout(

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
SessionProxy.sendLogout
; it is advisable to add an Override annotation.
@@ -408,13 +408,18 @@
return acceptingSessionWriter.send(logon, adjustedMsgSeqNo);
}

public long sendLogout(final int msgSeqNo, final int sequenceIndex, final int lastMsgSeqNumProcessed)
public long sendLogout(

Check notice

Code scanning / CodeQL

Missing Override annotation Note test

This method overrides
SessionProxy.sendLogout
; it is advisable to add an Override annotation.
@lucianoviana lucianoviana force-pushed the allowing-custom-text-in-logout branch from 9e162d7 to b4f3015 Compare July 17, 2023 09:09
@lucianoviana lucianoviana force-pushed the allowing-custom-text-in-logout branch from b4f3015 to 30ada28 Compare July 17, 2023 17:20
@lucianoviana
Copy link
Contributor Author

i've just pushed again implementing your suggestions - thx

@wojciech-adaptive wojciech-adaptive merged commit 6b9e298 into real-logic:master Jul 20, 2023
8 of 10 checks passed
pcdv pushed a commit to pcdv/artio that referenced this pull request Apr 5, 2024
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.

2 participants