mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
all: fix bug when client shutdown and reconnect, server response already use
1. if client is offline, server will release all resources 2. use a graceful method to shutdown go net.Listeners 3. add closeFlag for Conn, so startHeartBeat func can exit correctly now
This commit is contained in:
parent
0f7271312a
commit
26479cf92a
6 changed files with 176 additions and 149 deletions
|
|
@ -1,11 +1,9 @@
|
|||
go_import_path: github.com/fatedier/frp
|
||||
sudo: false
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.4.2
|
||||
- 1.5.2
|
||||
- tip
|
||||
|
||||
install:
|
||||
- make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue