thoro / bfd

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

ListPeer creates a new background context #7

Closed ecbaldwin closed 3 years ago

ecbaldwin commented 3 years ago

I noticed that ListPeer creates its own background context rather than using the stream context as in MonitorPeer. It probably shouldn't do that and follow MonitorPeer's example.