Skip to content

Exception Occurs When Executing CloseAsync() and Dispose() Method #25

@YamamotoYuma9

Description

@YamamotoYuma9

Based on the API documentation available at
https://vnc-client.marcusw.de/apidoc/api/MarcusW.VncClient.RfbConnection.html#methods,
I attempted to disconnect from the server using two methods bellow, however, both methods resulted in an exception being raised:

  • RfbConnection.CloseAsync()
    image

  • RfbConnection.Dispose().
    image

with:
RfbConnection = await _connectionManager.ConnectAsync(parameters, cancellationToken).ConfigureAwait(true);
(Source:

RfbConnection = await _connectionManager.ConnectAsync(parameters, cancellationToken).ConfigureAwait(true);
)

I'm uncertain whether my implementation is incorrect or if the two methods mentioned above are not fully implemented yet.

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