Skip to content

Calling BearerTokenConnection.GetAuthenticatedApiClient hangs #115

Description

@ajmaley95

Expected behavior

Expecting GetAuthenticatedApiClient to return a YouTrackClient object

Actual behavior

GetAuthenticatedApiClient call never returns

Steps to reproduce the behavior

Call GetAuthenticatedApiClient. Tried the following:

var _newClient = _connection.GetAuthenticatedApiClient().Result;
var _newClient = await _connection.GetAuthenticatedApiClient();
var _newClient = await _connection.GetAuthenticatedApiClient().ConfigureAwait(false);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions