snowflake/client/lib
Cecylia Bocovich 6baa3c4d5f Add synchronization to prevent post-melt collects
This fixes a race condition in which snowflakes.End() is called while
snowflakes.Collect() is in progress resulting in a write to a closed
channel. We now wait for all in-progress collections to finish and add
an extra check before proceeding with a collection.
2020-10-15 14:47:51 -04:00
..
interfaces.go Set max number of snowflakes in the Tongue 2020-08-27 16:44:07 -04:00
lib_test.go Set max number of snowflakes in the Tongue 2020-08-27 16:44:07 -04:00
peers.go Add synchronization to prevent post-melt collects 2020-10-15 14:47:51 -04:00
rendezvous.go Set max number of snowflakes in the Tongue 2020-08-27 16:44:07 -04:00
snowflake.go Add synchronization to prevent post-melt collects 2020-10-15 14:47:51 -04:00
turbotunnel.go Turbo Tunnel client and server. 2020-04-23 16:02:56 -06:00
util.go Simplify BytesSyncLogger. 2020-04-23 21:38:44 -06:00
webrtc.go Format the establishDataChannel error log message like other log messages. 2020-05-01 10:30:04 -06:00