converge/pkg
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
..
agent using unbuffered channels everywhere now. Only change required was to initialize prometeus and the websessions before the matchmaker. This is because at startup the matchmaker wants to write a notification when it starts up but then prometheus and the websessions would not be there to read them. 2024-09-08 11:16:49 +02:00
comms fixed issue with ChannelReadWriter for unbuffered channels. 2024-09-08 11:16:49 +02:00
models more docs. 2024-09-08 11:16:49 +02:00
server go conventions: context should be first argument. 2024-09-08 11:16:49 +02:00
support now using testsuite also for linkedmap 2024-09-08 11:16:49 +02:00
testsupport fixed issue with ChannelReadWriter for unbuffered channels. 2024-09-08 11:16:49 +02:00