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
Ok, I get what you mean. The are 2 weird things in this bug:
There are only synchronous methods used in saveConfig
The methods that offer an applyNow parameter, when set to true, execute saveConfig and signalReload one after the other, without any callback from saveConfig and what not. And this works fine.
I have prepared a test kit for this issue here: https://gist.github.com/mattcollier/5703ae124c2bc14653ab
The provided code functions as expected, however if myDelay=0, the callback on getOnionAddress is never executed.
So, it would seem that saveConfig needs a callback as well?
The text was updated successfully, but these errors were encountered: