Skip to content

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

Open
almliden wants to merge 1 commit intoHMS-Core:masterfrom
almliden:feature/uri-inconsistency-fix
Open

Removed duplicate of '/v1' in uri on topic subscribing and unsubcribing#1
almliden wants to merge 1 commit intoHMS-Core:masterfrom
almliden:feature/uri-inconsistency-fix

Conversation

@almliden
Copy link
Copy Markdown

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