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

refactor(binding-mqtt/mqtt-broker-server): move listening to start method #1272

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

relu91
Copy link
Member

@relu91 relu91 commented Apr 24, 2024

Listening is an asynchronous interaction that might throw an error. It's better to defer it until we start the server. This should help also debug possible errors when listening. Let's see if it stabilizes a little bit the CI errors.

…thod

Listening is an asynchronous interaction that might throw an error. It's
better to defer it until we start the server. This should help also
debugging possible errors when listening.
@relu91
Copy link
Member Author

relu91 commented Apr 24, 2024

Related to #1159

Copy link
Member

@danielpeintner danielpeintner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The CI seemed to work right away in the current CI build

@danielpeintner
Copy link
Member

Note: Might fix/close #1159

@relu91 relu91 merged commit f32ea33 into eclipse-thingweb:master Apr 24, 2024
10 checks passed
@relu91
Copy link
Member Author

relu91 commented Apr 24, 2024

The second run got all green lights again: https://github.com/eclipse-thingweb/node-wot/actions/runs/8818248577 . Let's wait a couple more iterations than I think we can finally close #1159

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.

None yet

3 participants