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

p12 certificate files reading #2

Open
wants to merge 50 commits into
base: master
Choose a base branch
from

Conversation

shehankonecranes
Copy link

No description provided.

SudoPlz and others added 20 commits March 26, 2020 17:19
Update linking instructions
The is a problem with the domain that contains a dash (-)
 e.g. mqtts://test-domain.com
"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
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.

7 participants