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

Branch dev/jm/ssl not compiling #6

Open
th-buchner opened this issue Jul 20, 2022 · 1 comment
Open

Branch dev/jm/ssl not compiling #6

th-buchner opened this issue Jul 20, 2022 · 1 comment

Comments

@th-buchner
Copy link

th-buchner commented Jul 20, 2022

Hi I tried to use your code (thanks a lot for that, very helpful) on branch dev/jm/ssl which looks more mature than master

In mqtt_no_ssl line 186 it still uses the function watch() which is no longer there.

Shall I stick with the master branch ?

@CoolNamesAllTaken
Copy link
Collaborator

Hi @th-buchner ! It's been a hot second since I last worked on this project (around 3 years, yikes), so it's been completely cleared from my brain's voltatile storage for the most part.

Looking through some of my code, it seems that I re-structured stuff to replace watch() with watch_and_send() in order to fix some issues that I encountered in this thread. I must not have cleared out all of the old references to watch() in my code.

If you'd like to continue using my branch, you could adapt that function to use watch_and_send() instead of watch(), or you could port over the watch() function from your main branch. Best of luck with your project!

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

No branches or pull requests

2 participants