implemented GUI update on cloning items

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-10 23:48:10 +01:00
parent f4e85c870c
commit aaf33ffa8f
7 changed files with 102 additions and 8 deletions

View File

@@ -49,11 +49,11 @@ public class MessageApi extends BaseHandler{
if (++counter > 300) counter = sendBeacon(addr,stream);
} else {
var event = eventQueue.removeFirst();
//if (event.isIntendedFor(user.get())) {
if (event.isIntendedFor(user.get())) {
LOG.log(DEBUG, "sending event to {0}", addr);
sendEvent(stream, event);
counter = 0;
//}
}
}
}
LOG.log(INFO,"{0} disconnected from event stream.",addr);