-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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:
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
Labels
No labels

