This project is mirrored from https://github.com/nats-io/nats.go.
Pull mirroring updated .
- Oct 26, 2016
-
-
Ivan Kozlovic authored
[FIX #227] Added check to insure message count is greater than zero
-
Ivan Kozlovic authored
Add staticcheck static analyzer to travis
-
Ryan Boehning authored
-
Ryan Boehning authored
Fix one issue caught by staticcheck. The BenchmarkPubSubSpeed test sleeps for 100ns. This is an awfully short time to sleep, but may be intentional. Make the duration explicit by adding "* time.Nanosecond".
-
- Oct 21, 2016
-
-
Derek Collison authored
[FIXED] assignment copies lock value for crypto/tls.Config
-
Ivan Kozlovic authored
Running `go vet ./...` with `go 1.7.3` would report the following: ``` nats.go:769: assignment copies lock value to tlsCopy: crypto/tls.Config contains sync.Once contains sync.Mutex ``` Add a “clone” function while waiting for this to be addressed by the language itself (https://go-review.googlesource.com/#/c/28075/)
-
- Oct 20, 2016
-
-
Derek Collison authored
[ADDED] Add Conn.Servers API
-
- Oct 19, 2016
-
-
Colin Sullivan authored
-
Derek Collison authored
Add option for allowing custom Dialers
-
Waldemar Quevedo authored
-
- Oct 08, 2016
-
-
Alberto Ricart authored
-
- Oct 07, 2016
-
-
Larry McQueary authored
Fix benchlib error messages to reflect correct byte counts
-
Alberto Ricart authored
-
- Sep 30, 2016
-
-
Derek Collison authored
Changed badge for godoc.org to SVG
-
Sergey Mudrik authored
-
- Sep 21, 2016
-
-
Larry McQueary authored
-
- Sep 20, 2016
-
-
Larry McQueary authored
-
- Sep 16, 2016
-
-
Derek Collison authored
[FIXED] LastError Data Race
-
Ivan Kozlovic authored
Resolves #223
-
- Sep 08, 2016
-
-
Colin Sullivan authored
-
Derek Collison authored
Removed dead code from previous iteration.
-
Ivan Kozlovic authored
[FIXED] If Options.Url is set, try it first on initial connect
-
Alberto Ricart authored
-
- Sep 07, 2016
-
-
Ivan Kozlovic authored
The recent change in processing of INFO protocol changed that behavior by shuffling the entire pool. Now ensure that if Opts.Url is set, it is first in the array.
-
- Aug 31, 2016
-
-
Colin Sullivan authored
-
- Aug 30, 2016
-
-
Colin Sullivan authored
-
- Aug 29, 2016
-
-
Colin Sullivan authored
-
Colin Sullivan authored
-
- Aug 22, 2016
-
-
Colin Sullivan authored
-
Colin Sullivan authored
* Returns a string array of all known servers including those updated by the async INFO protocol.
-
- Aug 17, 2016
-
-
Derek Collison authored
Add IsConnected method to assert that the client is connected
-
Waldemar Quevedo authored
-
- Aug 01, 2016
-
-
Derek Collison authored
[UPDATED] Readme [ci skip]
-
Ivan Kozlovic authored
In the Clustered Usage section, added a paragraph that explains the possible need for providing user/pwd/token info to the library.
-
Derek Collison authored
[ADDED] Support for processing of asynchronous INFO protocols
-
Ivan Kozlovic authored
Added test for split buffer when processing INFO protocol
-
Ivan Kozlovic authored
This would be used in conjunction with server's PR #314. The client may receive INFO protocols with a field containing a possible array of URLs that correspond to server addresses in the full mesh cluster that clients can connect to. The server pool is updated with these URLs. 3 new Options and 2 new Options setters have been introduced to manage username/password and/or tokens when dealing with these bare URLs. cc /derekcollison
-
- Jul 25, 2016
-
-
Derek Collison authored
[FIXED] TestChanSubscriberPendingLimits
-
Ivan Kozlovic authored
The test was incorrectly testing only one type of Chan subscription. Related to #194
-
- Jul 14, 2016
-
-
Derek Collison authored
Changes to nats-bench and bench lib
-