fix: race condition in scene sync

This commit is contained in:
Swann
2020-10-14 19:11:32 +02:00
parent 5a282a3e22
commit f0b33d8471
2 changed files with 247 additions and 30 deletions

View File

@ -44,7 +44,7 @@ from . import environment
DEPENDENCIES = {
("replication", '0.1.1'),
("replication", '0.1.2'),
}