Commit graph

5 commits

Author SHA1 Message Date
89c59e5713
[http] adding first draft of server-side message number limit. 2018-11-04 23:13:27 +01:00
369e16d6c3 format in "/var/log/messages style" 2018-08-23 15:40:57 +02:00
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)