Skip to content

Notifier channel inaccessible to enclave due to mpsc constraint #339

@Farhad-Shabani

Description

@Farhad-Shabani

Summary

The notifier channel (which rn only sends notifications when a handshake completes) is implemented using an mpsc channel, meaning it supports only a single consumer. By design, that single receiver is already used up by the host implementation (e.g., DefaultHost), so any enclave implementation built on top of Quartz can’t make another receive call.

In practice, though, the behavior is closer to a single producer, multiple consumers. So switching to a broadcast channel would make more sense here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions