Skip to content

ExposedThing handleUnsubscribeEvent and handleUnobserveProperty should be async #1445

@danielpeintner

Description

@danielpeintner

In ExposedThing we have

public handleUnsubscribeEvent(

and

public handleUnobserveProperty(

Both are not async while the counterpart of handleSubscribeEvent and handleObserveProperty are async.
Both call async functions (unsubscribe/unobserveHandler)

I think we ought to change them. Opinions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreIssues with the core library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions