This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
scw
/
munchclient
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
851b52b0f4
Ramos
Etiquetas
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
/
nats
/
TODO.md
TODO.md
946 B
Histórico
Em bruto
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