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
For some reason I am unable to use .GetReplicaById() It just returns nil even though if I use .ReplicaOfClassCreated and hook the method that way it works fine. I have even tried printing Replicas[replicaid].. Or actually just Replicas too. Both of those returned nil for some reason. Either I am setting up something wrong or it's broken
The text was updated successfully, but these errors were encountered:
if you're putting the replica token name, I think it will not work as Ive checked you need to provide the index on the replica table on replica controller which doesnt make any sense as we dont have any way on knowing what index the replica we want is at
the best thing to do here is to add another function called GetReplicaByTokenName which is not yet made for some reason
edit: I have just submitted a PR adding that function, I have it on my local copy and it works!
For some reason I am unable to use .GetReplicaById() It just returns nil even though if I use .ReplicaOfClassCreated and hook the method that way it works fine. I have even tried printing Replicas[replicaid].. Or actually just Replicas too. Both of those returned nil for some reason. Either I am setting up something wrong or it's broken
The text was updated successfully, but these errors were encountered: