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

[WICKET-6967] allow sending asynchronous messages #506

Open
wants to merge 1 commit into
base: wicket-9.x
Choose a base branch
from

Conversation

reiern70
Copy link
Contributor

@reiern70 reiern70 commented Apr 1, 2022

No description provided.

@reiern70 reiern70 requested a review from martin-g April 1, 2022 19:15
{
checkOpenness();
onOutMessage(message);
return null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just delegate to sendAsynchronousMessage(String message, long timeOut) with a dummy value for timeOut

@Override
public Future<Void> sendAsynchronousMessage(byte[] message, int offset, int length) {
checkOpenness();
onOutMessage(message, offset, length);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@reiern70 reiern70 force-pushed the improvement/reiern70/WICKET-6967 branch from 0ef90df to 07d6622 Compare April 1, 2022 20:02
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