You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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_ss
l line 186 it still uses the functionwatch()
which is no longer there.Shall I stick with the master branch ?
The text was updated successfully, but these errors were encountered: