Skip to content

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