mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Added enums, msgpack - new ui intergration
This commit is contained in:
@@ -22,11 +22,10 @@ public class Server {
|
||||
System.out.println("Socket Disconnected");
|
||||
SettingsManager.saveSettings();
|
||||
});
|
||||
ws.onMessage(ctx -> {
|
||||
// handler.onMessage(ctx);
|
||||
ws.onBinaryMessage(ctx -> {
|
||||
handler.onBinaryMessage(ctx);
|
||||
});
|
||||
ws.onBinaryMessage(ctx->handler.onMessage(ctx));
|
||||
app.start(port);
|
||||
});
|
||||
app.start(port);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user