Skip to content

[BUG]: Debouncing mutating requests does not work as intended #2467

Description

@novasam23

In main.service.ts there are serveral uses of RXJS's debounceTime, see for example:

https://github.com/hashtopolis/web-ui/blob/c49b467bfe6c330bc6cd168af489232ce4f0f9eb/src/app/core/_services/main.service.ts#L240

However, debounceTime does not debounce requests because these are HttpClient observables (single emission then complete). So these usages of debounceTime are basically without effect.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinguiHashtopolis UI related

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions