Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Conversation

@Governa
Copy link

@Governa Governa commented Feb 26, 2021

No description provided.

@Alex-CodeLab
Copy link

this seems to be outdated. (it does not seem to work with the example code).
Do you plan on fixing the merge conflict?

Kludex and others added 8 commits August 20, 2022 13:13
  MyPy would complain the method has a "missing return" even though the
return is explicit. This seems to happen because of the "async" block.

  Putting the value that was returned in a variable and returning the
variable from outside the "async for" block makes MyPy happy.
  MQTT allows for binary messages, deciding for the user that we should
convert it to a string would force us to also decide on an encoding. Lets
leave this decision to the user.
@Governa Governa force-pushed the master branch 4 times, most recently from 67757cc to 0e48df3 Compare August 21, 2022 06:44
@Governa
Copy link
Author

Governa commented Aug 21, 2022

Most of the problems are fixed. What is still missing is a way to create a MQTT service in a GitHub workflow.

Inside the eclipse-mosquitto image, a file called /mosquitto-no-auth.conf can be used to set up a server accepting anonymous users. What we want to do is to pass -c /mosquitto-no-auth.conf as a parameter to the CMD of the docker image.

@lukepighetti
Copy link

This PR looks like it's real close to being merged and has some nice features

@alex-oleshkevich alex-oleshkevich mentioned this pull request Apr 3, 2024
19 tasks
@alex-oleshkevich
Copy link
Contributor

Superseded by #117

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants