This project is mirrored from https://github.com/nats-io/nats.go.
Pull mirroring updated .
- Jun 04, 2019
-
-
Ivan Kozlovic authored
Fixed nats-server import paths
-
Ivan Kozlovic authored
Otherwise, projects pulling nats.go end-up with issues. Resovles #478 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
- Jun 03, 2019
-
-
Ivan Kozlovic authored
Moving to 1.8.0
-
Ivan Kozlovic authored
Since client did not have any backward compatible changes, we should not have moved to 2.0.0. Also 2.0.0 would force users to modify their import path (due to go.mod need to have v2). Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
- May 30, 2019
-
-
Ivan Kozlovic authored
Prepare for next release
-
Ivan Kozlovic authored
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
Ivan Kozlovic authored
Use lint directives for staticcheck to work Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
- May 25, 2019
-
-
Derek Collison authored
Add Respond()
-
Derek Collison authored
This will allow a user to respond to a subscription callback that has not closed over a connection by referencing the request message. func cb(m *nats.Msg) { m.Respond([]byte("I am here") }
-
- May 24, 2019
-
-
Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
- May 20, 2019
-
-
Derek Collison authored
fixed small errors
-
0xflotus authored
Update main.go
-
0xflotus authored
-
0xflotus authored
fixed small errors
-
0xflotus authored
-
- May 18, 2019
-
-
Derek Collison authored
Fixes to example tools
-
- May 17, 2019
-
-
Waldemar Quevedo authored
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
-
- May 16, 2019
-
-
Ivan Kozlovic authored
Update the "go get" instructions to avoid error report [ci skip]
-
Ivan Kozlovic authored
renamed DisconnectErrHandler to ConnErrHandler
-
Maxim Korolyov authored
-
Maxim Korolyov authored
-
Maxim Korolyov authored
-
Ivan Kozlovic authored
Adding the trailing "/" avoids an error report about "no such file or directory" Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
- May 15, 2019
-
-
Ivan Kozlovic authored
fixes #454. Added DisconnectedErrCB to client
-
Maxim Korolyov authored
-
- May 14, 2019
-
-
Maxim Korolyov authored
Pass nil to new handler if user closes connection. Pass err if connected connection failed to initialize
-
Maxim Korolyov authored
-
- May 10, 2019
-
-
Derek Collison authored
Updates for rename and go.mod support
-
Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
Ivan Kozlovic authored
[CHANGED] DefaultURL changed to "nats://127.0.0.1:4222"
-
Ivan Kozlovic authored
Replaced to loopback ipv4 instead of localhost. In some cases, when running the server with 127.0.0.1, if the application uses the previous default URL (localhost), the library would resolve this and possibly get 2 IPs (common to get 127.0.0.1 and ::1), and it would then pick randomly one of those 2. If getting ::1, and the server is listening on 127.0.0.1, the connection would fail before it tries with the ipv4 address. Also replaced reference of gnatsd with nats-server. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
- Apr 19, 2019
-
-
Derek Collison authored
Exit after usage
-
Colin Sullivan authored
Signed-off-by: Colin Sullivan <colin@synadia.com>
-
- Mar 25, 2019
-
-
Derek Collison authored
refactor examples
-
- Mar 15, 2019
-
-
Andy Xie authored
-
- Mar 14, 2019
-
-
Derek Collison authored
Fix for race on sub sync type setting
-
Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
https://github.com/google/go-cloud/issues/1556Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
- Mar 13, 2019
-
-
Derek Collison authored
Fix for bad TLS error on bad credentials/auth
-