Skip to content

Consider handling specific exception in the Client.connect #20

@e5l

Description

@e5l

Consider handling specific exception in the Client.connect:

    override suspend fun connect(transport: Transport) {
        // ...
        } catch (error: Throwable) {
            close()
            throw error
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions