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
I accidentally used spaces in the name to the NoisyPublisher, and nameserver was jammed - the nameserver didn't handle this error gently and was not functioning after that - I think a thread was dead....
Instead of NoisyPublisher("active_fires_postprocessing") I used NoisyPublisher("Active Fires Postprocessing") and that caused nameserver to not respond properly after that
The text was updated successfully, but these errors were encountered:
I accidentally used spaces in the name to the NoisyPublisher, and nameserver was jammed - the nameserver didn't handle this error gently and was not functioning after that - I think a thread was dead....
Instead of
NoisyPublisher("active_fires_postprocessing")
I usedNoisyPublisher("Active Fires Postprocessing")
and that caused nameserver to not respond properly after thatThe text was updated successfully, but these errors were encountered: