Victor Lindquist
|
f033cf16dc
|
Datasets now syncs over to clients in a cluster, regardless of dataset size
Co-authored-by: Jacob Molin <jacobmolin@users.noreply.github.com>
|
2022-04-07 18:37:15 -06:00 |
|
Emma Broman
|
53fc94c721
|
Warn if renderable to be changed did not exist
Can happen quite often if something goes wrong in Glue, so use a warning rather than an error
|
2021-02-17 15:37:45 +01:00 |
|
Emma Broman
|
cb287b0d31
|
Avoid problems if renderable referenced in message does not exist
|
2021-02-11 16:22:42 +01:00 |
|
Emma Broman
|
ad7455152f
|
Very large datasets can now be loaded
Use a centralized storage in the module if a dataset is too large to be feasible to pass in the dictionary
|
2021-02-11 16:09:11 +01:00 |
|
Emma Broman
|
2175863c69
|
Restructure code to avoid huge module class
split into: module, server and message handlers
|
2021-02-09 13:34:30 +01:00 |
|