1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
398acc67ca fix broken test 2019-12-08 13:45:24 +00:00
6307d6ba51 further cleanup of tunnel/network 2019-12-08 12:12:20 +00:00
5db7514a91 This PR fixes various tunnel race conditions 2019-12-05 15:50:32 +00:00
bf4a73d5c0 Close the socket in the link 2019-10-23 16:39:26 +01:00
d64f8c665e add rate measure 2019-10-22 19:38:29 +01:00
d559ce9da2 Provide Links() method in Tunnel 2019-09-04 15:41:57 +01:00
99d39e743b Lock when setting loopback flag and receiving keepalives 2019-08-22 16:31:37 +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
8f0c2e0412 add a better tunnel test 2019-08-14 14:38:17 +01:00
151bcf0ea1 Send and receive on loopback tunnel interface 2019-08-14 13:00:10 +01:00
e607485c6b Check for token in every received message. 2019-08-14 01:23:03 +01:00
e613b0c205 remove the single node tunnel test 2019-08-11 09:54:02 +01:00
3fc7d9ea50 Quic requires an initial message to start the session so we need connect 2019-08-08 00:19:16 +01:00
a3b962f37b Fix travis test? 2019-08-07 22:02:58 +01:00
fc379f2d2c Remove other accept 2019-08-07 19:03:45 +01:00
dcf4fed6a3 Add a second test for two tunnels 2019-08-07 18:56:21 +01:00
117376a922 Add back the old tunnel interface 2019-08-07 18:44:33 +01:00