mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 00:25:49 -06:00
[GH-ISSUE #205] 关于断开网络连接之后S端被K的问题. #137
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iMarcs on GitHub (Dec 29, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/205
`panic: close of nil channel
goroutine 43 [running]:
panic(0x837c4c0, 0x18ca8178)
/home/wcl/.gvm/gos/go1.7.4/src/runtime/panic.go:500 +0x331
github.com/fatedier/frp/src/models/server.(*ProxyServer).Release(0x18d10000)
/home/wcl/go_projects/src/github.com/fatedier/frp/src/models/server/server.go:301 +0xd4
github.com/fatedier/frp/src/models/server.(*ProxyServer).Close(0x18d10000)
/home/wcl/go_projects/src/github.com/fatedier/frp/src/models/server/server.go:283 +0x61
main.controlWorker.func1(0x1893ef17, 0x18be0570, 0x1893ef40)
/home/wcl/go_projects/src/github.com/fatedier/frp/src/cmd/frps/control.go:53 +0x43
main.controlWorker(0x18be0570)
/home/wcl/go_projects/src/github.com/fatedier/frp/src/cmd/frps/control.go:94 +0x5a0
created by main.ProcessControlConn
/home/wcl/go_projects/src/github.com/fatedier/frp/src/cmd/frps/control.go:40 +0xfd
`
这是PC端断开网络之后重新连接上导致S端挂.之后出现以上的信息.
Centos 7.1 系统 使用 screen