Is it essentially a GetAsync and SetAsync in one? If I call return nil
in UpdateAsync, cancelling its set feature, will it cost more than calling GetAsync or will it be the same?
DasKairo
(Cairo)
November 12, 2022, 9:38pm
#2
You may find some help Here
plus this post:
A lot of people have made posts on how to convert their systems to use UpdateAsync because UpdateAsync is better according to this post by @ForeverHD .
This post has a lot of already existing opinions and it does share a lot of what I am gonna say, however I’ll try packing in more updated and more specific details.
What is different with :UpdateAsync?
First of all, UpdateAsync will try to re-run calls if the set call is done after another set call happened, until every UpdateAsync call was …
1 Like
system
(system)
Closed
November 26, 2022, 9:38pm
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.