pin / tftp

TFTP server and client library for Golang
MIT License
289 stars 74 forks source link

Fix the most annoying race in single port case #76

Closed pin closed 2 years ago

pin commented 2 years ago

This is part of the #59 originally developed by @VictorLowther

We are manipulating handlers map used in single-port mode. It needs to be synchronous. Still not makes race-detector happy so far. Because not all fixes from #59 applied yet.