Closed Irving-cl closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.97%. Comparing base (
2b41187
) to head (1de3e32
). Report is 845 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR refactors the mDNS State subscription using the Subject-Observer pattern.
The PR makes the state subscription more flexible. Currently the mDNS state is published in
Application::HandleMdnsState
. Now we have both NCP and RCP case. This function will be difficult to implement. With this new pattern, we can register different observers during NCP/RCP initialization.