converge/pkg/comms
Erik Brakkee f82f656b50 fixed issue with ChannelReadWriter for unbuffered channels.
Was a concurrency issue int he Write method that retained the
slice p that was passed in, making concurrency issues much more likely
with unbuffered channels.
2024-09-08 11:16:49 +02:00
..
agentlistener.go renamed modukle name so that pkgsite will work. 2024-09-08 11:16:49 +02:00
agentserver_test.go fixed issue with ChannelReadWriter for unbuffered channels. 2024-09-08 11:16:49 +02:00
agentserver.go discovered net.Pipe for testing tcp connnections which makes the 2024-09-08 11:16:49 +02:00
doc.go more docs. 2024-09-08 11:16:49 +02:00
events.go hostkey is now sent from the server to the agent so that at a later 2024-09-08 11:16:49 +02:00
gobchannel_test.go basic gobchannel tests now done. 2024-09-08 11:16:49 +02:00
gobchannel.go discovered net.Pipe for testing tcp connnections which makes the 2024-09-08 11:16:49 +02:00