forked from angelos3lex/react-native-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 3
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
p12 certificate files reading #2
Open
shehankonecranes
wants to merge
50
commits into
hawkingnetwork:master
Choose a base branch
from
shehankonecranes:matts-kc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
p12 certificate files reading #2
shehankonecranes
wants to merge
50
commits into
hawkingnetwork:master
from
shehankonecranes:matts-kc
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Disconnects all clients
- Disconnects all clients
Add typescript definition.
Update instructions for RN 0.60 and above.
Update linking instructions
The is a problem with the domain that contains a dash (-) e.g. mqtts://test-domain.com
Update index.js
"compile project" no longer works in gradle. Packages are added manually in "MainApplication.java" and not "MainActivity.java". The previously mentioned path to "MainActivity.java" did not seem correct.
Updated outdated steps and errors from Readme.md
Implemented isConnected for iOS, and since async functions don't behave the same on iOS as Android. Implemented isSubbed and getTopics. Will add async version is connect, disconnect, subscribe, unsubscribe This will make it possible to have simple blocking functionality when trying to connect to 10's or 100's of topics. Adding a hash table to look up the 'onConnect' event is not simple to maintain across 4 client instances in the FE not to mention performant. It is simpler to just make call and await the response or for a timeout. If either happens then you can assume the client is hung
Added in android version of getTopics, isSubbed
Moved myself to contributor, Re-added SudoPlz to Author
Removed vim swap files, added lazy filter for vim swap files
Added iOS implementation for isConnected + new features
fix: ts declaration to allow all options on create client method
Fix AndroidX build error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.