Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.
This repository was archived by the owner on May 5, 2021. It is now read-only.

Error frame confusion #24

@rocketraman

Description

@rocketraman

It looks like when an error frame is received, it is always handled by the connect error callback.

For example:

  1. CONNECT -- server returns success
  2. SUBSCRIBE -- server returns error response e.g. permission denied
  3. client calls CONNECT error callback

This is pretty confusing and hard to program against -- one would expect some sort of error callback related to the SUBSCRIBE for step 2 and 3.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions