RFR: 8331765: Websocket callbacks are not executed after WebKit 617.1 update [v3]
Jay Bhaskar
jbhaskar at openjdk.org
Fri Jun 21 00:07:34 UTC 2024
On Fri, 21 Jun 2024 00:01:21 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
>> tests/manual/web/WebSocketTestApp.java line 62:
>>
>>> 60: failButton.setOnAction(e -> {
>>> 61: Platform.exit();
>>> 62: throw new AssertionError("!Unable to receive meesgae data from server, something is wrong");
>>
>> You fixed one of the two typos. "message" is still spelled wrong (as I mentioned in my last comment). I found one other occurrence of that typo, so I noted that as well.
>
> done
done
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1477#discussion_r1648270951
More information about the openjfx-dev
mailing list