thoro / bfd

A bfd server that can be monitored via grpc.
MIT License
5 stars 7 forks source link

make ListPeer use the stream context #8

Closed ecbaldwin closed 3 years ago

ecbaldwin commented 3 years ago

Rather than creating its own context, use the one available from the stream. This follows the example from MonitorPeer.

fixes: #7

thoro commented 3 years ago

seems reasonable