fix delete internal subscription race condition.
After internal subscription is requested to stop, it may publish result as _sub_loop() is called using call_later(). Double check if subscription is stopped before publishing.
Showing
Please register or sign in to comment