p12 certificate files reading#2
Open
shehankonecranes wants to merge 50 commits intohawkingnetwork:masterfrom
Open
p12 certificate files reading#2shehankonecranes wants to merge 50 commits intohawkingnetwork:masterfrom
shehankonecranes wants to merge 50 commits intohawkingnetwork:masterfrom
Conversation
- 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
This file contains hidden or 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
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.