Skip to content

variable shadowing, incorrect delete #276

@DmitryGolovin-azur

Description

@DmitryGolovin-azur

Hi. I noticed a problem, when I run sequence V1 -> U1 (on new picture) with websocket. I don't see results.

I found the problem here: messageCreate -> done -> filterMessages -> getEventByContent. getEventByContent works wrong because waitMjEvents contains old values. I also found the cause of this inconsistence (variable shadowing):

var nonce = await onmodal(oldnonce, id);

this.removeWaitMjEvent(nonce);

this.removeWaitMjEvent(nonce);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions