mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
very early msgpack handler
This commit is contained in:
@@ -23,8 +23,9 @@ public class Server {
|
||||
SettingsManager.saveSettings();
|
||||
});
|
||||
ws.onMessage(ctx -> {
|
||||
handler.onMessage(ctx);
|
||||
// handler.onMessage(ctx);
|
||||
});
|
||||
ws.onBinaryMessage(ctx->handler.onMessage(ctx));
|
||||
});
|
||||
app.start(port);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user