insomniacslk / dhcp

DHCPv6 and DHCPv4 packet library, client and server written in Go
BSD 3-Clause "New" or "Revised" License
685 stars 168 forks source link

remove async client #518

Closed pmazzini closed 8 months ago

pmazzini commented 8 months ago

Ref https://github.com/pinterest/bender/pull/39

nclient4 will be maintained; async is deprecated.

The same will go for nclient6

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6a2c8fb) 72.77% compared to head (ea5c4f1) 73.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #518 +/- ## ========================================== + Coverage 72.77% 73.01% +0.23% ========================================== Files 91 89 -2 Lines 5777 5491 -286 ========================================== - Hits 4204 4009 -195 + Misses 1398 1327 -71 + Partials 175 155 -20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.