1
0
Fork 0
forked from boyska/circolog
circolog/cmd/circologd
boyska 8568280dd1 FIX timeout issues between channels
we introduced non-blocking writes; however, being non-blocking when the
goroutine has no buffer means that many messages will be considered
lost.
This commit change from "non blocking" to "max 500ms; first timeout
means stop it all"; it also put a little buffer on client messages.
2018-08-23 02:05:50 +02:00
..
http.go FIX timeout issues between channels 2018-08-23 02:05:50 +02:00
main.go proper cmd directory 2018-08-23 01:21:53 +02:00