mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
added calib calc
added bool to check if calib is done
This commit is contained in:
@@ -147,7 +147,7 @@ public class Server {
|
||||
return successful;
|
||||
}
|
||||
|
||||
private static void broadcastMessage(WsContext sendingUser, Object obj) {//TODO chekc if session id is a good way to differentiate users
|
||||
public static void broadcastMessage(WsContext sendingUser, Object obj) {//TODO chekc if session id is a good way to differentiate users
|
||||
for (var user : users) {
|
||||
if (sendingUser!=null&& user.getSessionId().equals(sendingUser.getSessionId())) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user