bigbluebutton-Github/akka-bbb-apps
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 update for fsesl 2022-03-16 17:46:18 +00:00
scala renamed noRedirect* to redirectToHtml5* 2018-06-07 15:59:06 +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 scariform for akka-apps 2019-03-27 13:41:16 -07:00
build.sbt WIP target JVM8 -> JVM11 2022-02-25 04:39:48 +00:00
deploy.sh Improve scripts to run/deploy applications 2022-03-31 13:48:57 -03:00
run-dev.sh Improve scripts to run/deploy applications 2022-03-31 13:48:57 -03:00
run.sh Merged upstream develop branch 2021-05-01 16:59:20 +02:00