Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed duplicate of '/v1' in uri on topic subscribing and unsubcribing #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

almliden
Copy link

Fixing duplicate of /v1in URI when subscribing/unsubscribing to a topic.

When configuring AGConnectApp with ApiBaseUri the default value of the URI already contains /v1, and since it was present in the URI:s methods SubscribeToTopicAsync and UnsubscribeFromTopicAsync we were left with duplicates which points us to the wrong resource, eg [...]/v1/v1/[ClientId]/subscribe:topic.

This fix removes the duplicate of /v1 to point us to the correct resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants