bigbluebutton-Github/bbb-common-message
germanocaumo d770a7df8c fix(whiteboard): only call annotation upsert in one frontend instance
We were calling upsert in the Annotations collection for the same annotation in all frontend instances, this could lead to the same annotation being inserted
multiple times with different ids due to concurrency.

Added the html5InstanceId of the original request to the redis message so we can use it to only call upsert in one instance.
2022-09-28 12:03:59 +00:00
..
project modified common-message for java 11 2022-03-16 17:45:11 +00:00
src fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
.gitignore Keep blank line on end of gitignore files 2022-04-07 17:36:26 -03:00
.scalariform.conf - enable scalariform for bbb-common-message 2019-03-27 13:34:56 -07:00
build.sbt modified common-message for java 11 2022-03-16 17:45:11 +00:00
deploy.sh WIP target JVM8 -> JVM11 2022-02-25 04:39:48 +00:00
README.md - remove messages from bbb-apps red5 2015-06-10 17:11:36 +00:00