Asim Aslam
02d580600d
remove debug for now
2019-05-31 11:52:43 +01:00
Asim Aslam
66e02d4ab8
Merge pull request #491 from lpxxn/master
...
loop goroutines need pass the variable as a parameter to the anonymous function
2019-05-31 10:33:44 +01:00
lpxxn
a86c26d485
fix bug need pass the variable as a parameter to the anonymous function
2019-05-31 14:24:37 +08:00
李鹏
9a1115001c
Merge pull request #2 from micro/master
...
update
2019-05-31 14:16:22 +08:00
Asim Aslam
f2139e2a16
Add debug => go-debug
2019-05-31 01:22:19 +01:00
Asim Aslam
95d134b57e
Add sync => go-sync
2019-05-31 00:43:23 +01:00
Asim Aslam
4035ab5c7b
Change go-log links
2019-05-31 00:38:05 +01:00
Asim Aslam
5595a8e0e4
Add log => go-log
2019-05-31 00:35:04 +01:00
Asim Aslam
c90d0eff0a
update links
2019-05-31 00:27:41 +01:00
Asim Aslam
c567d1ceb3
Add runtime => run
2019-05-31 00:26:34 +01:00
Asim Aslam
a353c83f47
Add rcache => cache
2019-05-31 00:22:43 +01:00
Asim Aslam
ddd08377e6
remove travis file from agent
2019-05-31 00:19:05 +01:00
Asim Aslam
7faab93f9e
Add agent => bot
2019-05-31 00:18:41 +01:00
Asim Aslam
b4874806df
Add util
2019-05-30 23:52:10 +01:00
Asim Aslam
8618183508
bump go.mod
2019-05-30 23:20:20 +01:00
Asim Aslam
5e6491b7b0
add config
2019-05-30 23:11:13 +01:00
Asim Aslam
1200386097
Add nats broker as a default
2019-05-29 16:46:57 +01:00
Asim Aslam
b4dc822ae3
Change context key to string
2019-05-29 10:58:41 +01:00
Asim Aslam
9f037eafd2
fix waitgroup bug which crashes subscriber
2019-05-29 09:28:04 +01:00
Asim Aslam
58a70562d8
Merge pull request #488 from magodo/wait_accept_custom_wg
...
`Wait()` option now accept *sync.WaitGroup
2019-05-27 15:02:09 +01:00
magodo
ebc479ef2c
Wait()
option now accept *sync.WaitGroup
...
The original signature accept a boolean, and it feel like a little
verbose, since when people pass in this option, he/she always want to
pass a `true`.
Now if input `wg` is nil, it has same effect as passing `true` in
original code. Furthermore, if user want's finer grained control during
shutdown, one can pass in a predefined `wg`, so that server will wait
against it during shutdown.
2019-05-27 21:17:57 +08:00
Asim Aslam
e035664a8c
Merge pull request #487 from lpxxn/master
...
fix streamming error io.ErrUnexpectedEOF
2019-05-27 09:29:48 +01:00
lpxxn
7da6ff1c4b
fix:# #476 need send error info
2019-05-27 13:14:31 +08:00
李鹏
de270314d9
Merge pull request #1 from micro/master
...
update
2019-05-27 13:09:34 +08:00
Asim Aslam
ff1c325391
remove commented lines
2019-05-24 18:44:57 +01:00
Asim Aslam
e1578e93c7
add quic transport
2019-05-24 18:39:26 +01:00
Asim Aslam
25a0d05ac9
Add grpc transport
2019-05-24 17:15:59 +01:00
Asim Aslam
b926ae81bb
Merge branch 'master' of ssh://github.com/micro/go-micro
2019-05-24 17:07:32 +01:00
Asim Aslam
f5d37d92af
set nextprotos
2019-05-24 17:05:31 +01:00
Asim Aslam
e7eb74bf09
Merge pull request #484 from printfcoder/master
...
add AutoAck support for Server
2019-05-24 15:13:06 +01:00
shu xian
fac42bc1a9
add AutoAck support for Server
2019-05-24 20:06:27 +08:00
Asim Aslam
0a3df1b2f3
Update README.md
2019-05-23 00:35:02 +01:00
Asim Aslam
6de3d9eb24
Update go mod
2019-05-22 16:11:06 +00:00
Asim Aslam
0016752fc1
accept publisher options
2019-05-21 07:49:30 +00:00
Asim Aslam
92ab814138
remove sponsors
2019-05-19 15:38:49 +00:00
Asim Aslam
dc5ec0cdb2
Merge pull request #478 from sneat/fix-watcher-across-datacenters
...
Use existing consul client for watcher
2019-05-16 08:12:40 +01:00
Blair McMillan
389d141c5a
Use existing consul client for watcher
2019-05-16 12:37:48 +10:00
Asim Aslam
3dfe7d8703
Merge pull request #473 from unistack-org/health
...
add RegisterCheck server option for internal health checks
2019-05-15 15:11:27 +01:00
a13cdfcc34
add RegisterCheck server option for internal health checks
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-05-15 15:34:34 +03:00
Asim Aslam
4f5ff076d4
Merge pull request #472 from unistack-org/gossip2
...
fix race with rcache
2019-05-09 21:24:27 +01:00
58775249c5
fix race with rcache
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-05-09 23:02:32 +03:00
Asim Aslam
8d21dd456c
Merge pull request #471 from unistack-org/gossip
...
fix data races in gossip registry
2019-05-09 20:37:04 +01:00
1a151a3348
fix data races in gossip registry
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-05-09 22:32:21 +03:00
Asim Aslam
dc2e150a58
Merge pull request #466 from Ak-Army/master
...
send requestBody to mock function if it can handle it
2019-05-07 14:16:04 +01:00
Hunyadvári Péter
aaf4a5c51a
rename reqBody variable to request
2019-05-02 18:06:43 +02:00
Hunyadvári Péter
08d70c9d0a
fix and add tests
2019-05-02 18:02:24 +02:00
Hunyadvári Péter
c1c0a8fb30
send requestBody to mock function if it can handle it
2019-05-02 17:14:41 +02:00
Asim Aslam
e4704a8f41
Merge pull request #461 from moorepatrick/patch-1
...
Update consul/watch import
2019-04-26 19:22:33 +01:00
Patrick Moore
afd1f9f50f
Update consul/watch import
...
The watch package was moved from github.com/hashicorp/consul/watch to github.com/hashicorp/consul/api/watch to live in the API module.
Per: 6c885d383a
2019-04-26 10:40:10 -07:00
Asim Aslam
46f44fd8f8
update go mod
2019-04-23 07:15:03 +00:00