1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00
Commit Graph

1578 Commits

Author SHA1 Message Date
c6e15ef2d1 rename server, set version to timestamp 2019-08-21 15:43:46 +01:00
f787cc0ee0 Merge pull request #687 from micro/tunnel
Add tunnel address
2019-08-21 13:01:28 +01:00
c2d85a6e1f Add tunnel address 2019-08-21 12:55:10 +01:00
86f0c06fac Removed filewatch counter test. 2019-08-21 11:26:41 +01:00
0aea8e3163 Merge pull request #686 from milosgajdos83/config-watcher
Introduce ErrStoppedWatcher for source.Source Watchers and fixed test
2019-08-21 11:06:14 +01:00
4ea27517b5 Source watcher ErrStoppedWatcher and fixed test 2019-08-20 22:32:47 +01:00
f8e68ae101 Add string method to tunnel 2019-08-20 17:21:35 +01:00
f848041c49 Add a message type to the tunnel 2019-08-20 17:20:21 +01:00
dfbd730b8c Fix mucp service option passing 2019-08-20 16:48:09 +01:00
ac2a5a04a2 Merge pull request #681 from unistack-org/fix_wg
fix panic: negative WaitGroup counter
v1.9.1
2019-08-19 12:06:45 +01:00
f1d08f251f fix panic: negative WaitGroup counter
avoid double wait group Done()

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-08-19 13:58:57 +03:00
718ae42808 Merge pull request #680 from printfcoder/master
fix file watcher event bug on Linux
v1.9.0
2019-08-19 08:34:21 +01:00
2413cbcd80 fix file watcher event bug on Linux
the watcher can not normally get events of file changes on linux. it just can get the first two changes.
2019-08-19 15:28:24 +08:00
9c820445a4 Merge pull request #679 from micro/grpc-codec
Force grpc client/server to use grpc codec for broker
2019-08-18 11:37:38 +01:00
c44fd63301 Force grpc client/server to use grpc codec for broker 2019-08-18 11:28:21 +01:00
d9a699ae6f Merge pull request #673 from micro/multiplex
Stream Multiplexing
2019-08-16 17:41:45 +01:00
4495ca3839 Use client.Call for non streaming requests 2019-08-16 17:24:17 +01:00
0b0eee41d0 functioning proxy code 2019-08-16 16:46:29 +01:00
e18f8defde Merge pull request #672 from milosgajdos83/tunnel-ping
Monitor outbound links and delete them when disconnected
2019-08-16 16:09:14 +01:00
7abdc68049 Fixed the race. Made wait channel boolean. 2019-08-16 15:40:35 +01:00
c90e1ccb99 Fixed reconnect code; refactor tunnel tests. 2019-08-16 15:18:34 +01:00
991142cd57 No need to set request in the buffer 2019-08-16 14:42:45 +01:00
5a5b1b8f6e only continue to stream when its a stream 2019-08-15 20:54:28 +01:00
58bc4c103f go fmt 2019-08-15 20:54:09 +01:00
88817dc53f Strip some dead code 2019-08-15 20:54:00 +01:00
ef04331b86 multiplexing cruft 2019-08-15 20:08:49 +01:00
67215ae5da Changed nodeLink to setupLink 2019-08-15 19:24:24 +01:00
f120452d28 Monitor outbound links periodically and reconnect the failed links. 2019-08-15 18:18:58 +01:00
740cfab8d0 Monitor outbound links and delete them when disconnected 2019-08-15 16:52:16 +01:00
f6b8045dd5 send client error if it exists 2019-08-15 15:22:53 +01:00
b776fbb766 add a pseudo socket implementation 2019-08-15 15:09:56 +01:00
a42de29f67 Do same for host port on deregister 2019-08-15 08:59:50 +01:00
0f6d09af33 go fmt 2019-08-15 08:47:32 +01:00
2dd5109eee Merge pull request #669 from printfcoder/master
fix registry addr error for mq-rpc
2019-08-15 07:36:06 +01:00
e609095ba4 Merge pull request #2 from micro/master
merge
2019-08-15 08:38:08 +08:00
4843f09afa Merge pull request #670 from milosgajdos83/loopback-msg-fix
Fixing the tunnel loopback messaging
2019-08-14 17:28:15 +01:00
f9eddf1e6f Fixing the tunnel loopback messaging 2019-08-14 17:14:39 +01:00
f19308f1e6 Merge pull request #1 from micro/master
merge
2019-08-14 22:02:41 +08:00
8f0c2e0412 add a better tunnel test 2019-08-14 14:38:17 +01:00
bf0e46dc0d fix registry addr error for mq-rpc 2019-08-14 21:32:28 +08:00
15975d2903 Merge pull request #668 from milosgajdos83/tun-token-loopback
[WIP] Tunnel loopback connections
2019-08-14 14:32:18 +01:00
9f2f0e3cea Moved Close method to the bottom 2019-08-14 13:26:23 +01:00
151bcf0ea1 Send and receive on loopback tunnel interface 2019-08-14 13:00:10 +01:00
dc0fbfc3c0 Merge pull request #666 from unistack-org/log
export log levels and reverse log level order
2019-08-14 07:41:01 +01:00
e607485c6b Check for token in every received message. 2019-08-14 01:23:03 +01:00
70d0029658 add warn log level
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-08-14 02:26:51 +03:00
a606813fdf export log levels and reverse log level order
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-08-14 02:18:22 +03:00
750267b308 first commit to draft up a way for Sending messages to loopback 2019-08-13 20:11:23 +01:00
7ce0305db4 only operate on clients that are the same as the server 2019-08-13 16:08:56 +01:00
c39591af0e add a mux package for the proxy 2019-08-13 15:21:51 +01:00