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

Add new url property usage description. #464

Merged
merged 4 commits into from
May 15, 2018

Conversation

mendirattanishant
Copy link
Contributor

In PR #461 we introduced new property url in MQTTWebsocketTransport to accept custom pre signed url for connection.

README.md Outdated
@@ -73,6 +73,18 @@ Publish a message to a topic:
}];
```

If you already have a self signed URL from broker like AWS IoT endpoint, use the url property of MQTTWebsocketTransport:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put MQTTWebsocketTransport in backquotes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated
MQTTSession *session = [[MQTTSession alloc] init];
session.transport = transport;
[session connectWithConnectHandler:^(NSError *error) {
// Do some work
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we indent this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Sorry missed this one.

@mendirattanishant
Copy link
Contributor Author

@jcavar took care of comments.

@jcavar
Copy link
Contributor

jcavar commented May 15, 2018

Nice! Thank you @mendirattanishant!

@jcavar jcavar merged commit cffc187 into novastone-media:master May 15, 2018
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