-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When trying to fix a desync between Ack/Process time on processing server auth operations, I introduced a new bug:
GMCAbilitySystem/Source/GMCAbilitySystem/Private/Components/GMCAbilityComponent.cpp
Line 938 in 1bd4eb9
| void UGMC_AbilitySystemComponent::ClientHandlePendingEffect() { |
Occasionally, operations are processed multiple times. This seems to happen more on Server-Owned Pawns.
A bandaid fix would be to add a new Processed flag to operations to ensure they're only processed once, but I think it's likely there's a cleaner solution.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working