This website works better with JavaScript
首页
发现
帮助
注册
登录
scw
/
munchclient
关注
2
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
8d2e4bb4d9
分支列表
标签列表
master
v4
v4.0.0
v1.9.1
v1.9.0
v1.8.5
v1.8.4
v1.8.3
v1.8.2
v1.8.1
v1.8.0
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0test1
v1.7.0
v1.6.2
v1.6.1
v1.6.0
v1.5.9
v1.5.8
v1.5.7.2
v1.5.7.1
v1.5.7
v1.5.6
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0.2
v1.5.0.1
v1.5.0
v1.4.9.2
v1.4.9.1
v1.4.9
v1.4.8
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.0
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
munchclient
/
vendor
/
github.com
/
nats-io
/
go-nats
/
TODO.md
TODO.md
946 B
文件历史
原始文件
Better constructors, options handling
Functions for callback settings after connection created.
Better options for subscriptions. Slow Consumer state settable, Go routines vs Inline.
Move off of channels for subscribers, use syncPool linkedLists, etc with highwater.
Test for valid subjects on publish and subscribe?
SyncSubscriber and Next for EncodedConn
Fast Publisher?
pooling for structs used? leaky bucket?
Timeout 0 should work as no timeout
Ping timer
Name in Connect for gnatsd
Asynchronous error handling
Parser rewrite
Reconnect
Hide Lock
Easier encoder interface
QueueSubscribeSync
Make nats specific errors prefixed with 'nats:'
API test for closed connection
TLS/SSL
Stats collection
Disconnect detection
Optimized Publish (coalescing)
Do Examples via Go style
Standardized Errors