Go to file
Anton Kaliaev 0006bfc359
return ErrorOverflow on Subscribe if server is overflowed
> why we need it?

most of our subscribers will be RPC WS subscribers, so if there are too
many, nothing wrong with rejecting to subscribe.

however, consensus reactor must be the first to subscribe, since its
work depends on the pubsub package.
2017-07-14 13:02:32 +03:00
autofile [autofile] close file before renaming it 2017-05-15 10:47:16 +02:00
cli [cli] add a test case to TestParseLogLevel where there is no module key 2017-05-23 23:31:29 +02:00
clist merge go-clist 2017-04-18 16:33:27 -04:00
common golint corrections 2017-06-05 16:22:01 -04:00
db go-common -> tmlibs 2017-04-18 17:56:05 -04:00
events Logger interface and tmLogger impl based on go-kit 2017-05-05 21:43:07 +04:00
flowrate don't do DeepEqual, compare ranges for durations and rates (Refs #16) 2017-05-25 13:06:42 +02:00
log [log] tracing logger 2017-05-23 23:06:20 +02:00
logger Logger interface and tmLogger impl based on go-kit 2017-05-05 21:43:07 +04:00
merkle merkle: go-common -> tmlibs 2017-04-21 16:04:58 -04:00
process go-common -> tmlibs 2017-04-18 17:56:05 -04:00
pubsub return ErrorOverflow on Subscribe if server is overflowed 2017-07-14 13:02:32 +03:00
test go-common -> tmlibs 2017-04-18 17:56:05 -04:00
.gitignore new events package 2017-07-12 09:48:01 +03:00
CHANGELOG.md update changelog 2017-06-02 11:55:43 +03:00
Makefile return back all in Makefile 2017-05-05 21:52:01 +04:00
circle.yml Makefile and circle.yml 2017-05-01 11:30:24 -04:00
glide.lock update glide.yaml and glide.lock files 2017-05-05 21:48:02 +04:00
glide.yaml Merge pull request #7 from tendermint/log 2017-05-05 14:02:38 -04:00
merge.sh go-common -> tmlibs 2017-04-18 17:56:05 -04:00