You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the implementation of DistributedController at L86 and L185 calls the reload method of CoolModel that accepts a buffer and only loads that buffer to CubeRS. Therefore, it cannot handles cubes with multiple cublets.
Moreover, this overloaded reload is only used here. It does not make much sense to reload just one cublet. We can remove that method later.
The text was updated successfully, but these errors were encountered:
Currently the implementation of DistributedController at L86 and L185 calls the
reload
method of CoolModel that accepts a buffer and only loads that buffer to CubeRS. Therefore, it cannot handles cubes with multiple cublets.Moreover, this overloaded
reload
is only used here. It does not make much sense to reload just one cublet. We can remove that method later.The text was updated successfully, but these errors were encountered: