-
Notifications
You must be signed in to change notification settings - Fork 674
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
PUB on http, SUB on mqtt #126
Comments
@hendrikdm thanks for submitting the issue, we're on it. |
@mijicd I am getting in
|
resolved, thank you. |
mteodor
pushed a commit
to mteodor/mainflux
that referenced
this issue
Jun 9, 2021
* NOISSUE - Add Organisations (Users groups) page Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Implement delete Org Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add Memberships card in Users page Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix typo Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix typo Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * fix typo Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix typo Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix typo Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add groups path to nginx Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
arvindh123
pushed a commit
to arvindh123/magistrala
that referenced
this issue
Dec 17, 2023
* feat(service): Add new "invitations" service This commit adds a new service called "invitations" to the existing file. The service includes the necessary imports and initializes components for its functionality. It also includes configuration settings and a Docker Compose file. Additionally, instructions for deploying and using the service are provided, along with a function to create an HTTP handler. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * docs(api): invitation api The commit adds documentation for an API that allows users to manage invitations. It includes information about the endpoints, parameters, data types, and components used in the API. The documentation also outlines the properties and specifications of the Invitation object. This commit provides a comprehensive overview of the API's functionality and structure. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * fix: accept invitation to take in domain Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * refactor(invitations): rename domain to domainID Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Authorize on id(domain+user) rather than user Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG REPORT
What were you trying to achieve?
Test the multiprotocol broker, publish on http and subscribe on mqtt
What are the expected results?
The message should be available on mqtt.
What are the received results?
Did not receive the message on mqtt after publishing on HTTP.
What are the steps to reproduce the issue?
Follow the getting started guide, on docker, subscribe to mqtt with the following:
Publish with:
Docker on ubuntu server
The text was updated successfully, but these errors were encountered: