1
0
Fork 0
forked from boyska/circolog
Commit graph

3 commits

Author SHA1 Message Date
34593d380a refactor: hub reorganized a little 2018-08-23 12:25:07 +02:00
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
bf145240c2 proper cmd directory 2018-08-23 01:21:53 +02:00
Renamed from http.go (Browse further)