mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
2a886576a6
In the successfull case, we start the timer with NewTimer(0), then do a bunch of stuff during which time it can fire, then reset it with Reset(0). The result is that two timer firings are queued when we enter the select loop, so we do two announcements back to back and fail the tests. |
||
---|---|---|
.. | ||
client_test.go | ||
client_udp.go | ||
client.go | ||
debug.go | ||
discover_test.go | ||
discover.go | ||
doc.go | ||
packets_xdr.go | ||
packets.go |