Update libEpollFuzzer

This commit is contained in:
Alex Hultman
2020-08-19 15:55:02 +02:00
parent f69282c478
commit 2544593c13
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ void test() {
/* Handlers */
.open = [](auto *ws) {
/* Open event here, you may access ws->getUserData() which points to a PerSocketData struct */
ws->getUserData();
ws->getRemoteAddressAsText();
ws->getNativeHandle();
ws->getRemoteAddressAsText();
},
.message = [](auto *ws, std::string_view message, uWS::OpCode opCode) {
ws->send(message, opCode, true);