bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

Revert defer unlock in select/case #55

Closed ties closed 2 years ago

ties commented 2 years ago

Hindsight... Agree with @lspgn here, it is confusing that there is a non-local effect (lock being held) that you will only hit when you add code later in the same function.

I do not like the style of the alternatives (anonymous functions called immediately) either.