Skip to content

[Dev] Operations Are Occasionally Processed Multiple Times #99

Description

@reznok

When trying to fix a desync between Ack/Process time on processing server auth operations, I introduced a new bug:

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions