Skip to content

panic: send on closed channel after TypeAuthorizationStateClosed is received #161

Open
@true-seeker

Description

@true-seeker

Hi, I encountered a problem with session that was closed.
When TypeAuthorizationStateClosed is received, responses channel being closed

close(client.responses)

But after that updates are keep getting in
client.responses <- resp
But the channel is closed so it panics.

Is it a bug or I am missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions