mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1093] windows远程桌面断开后,client连接server不成功 #855
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#855
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 @shixy163 on GitHub (Feb 16, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1093
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.24.1
What operating system and processor architecture are you using (
go env)?Linux & Windows
Configures you used:
[common]
server_addr = xxx.xxx.xxx.xx
server_port = 7000
token = xxx
protocol = kcp
[rdp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3389
Steps to reproduce the issue:
None
Describe the results you received:
每次windows远程桌面连接使用后断开,client就会一直连不上server
Describe the results you expected:
希望不要断
Additional information you deem important (e.g. issue happens only occasionally):
2019/02/16 19:09:40 [I] [service.go:214] login to server success, get run id [88b43cc18690411f], server udp port [7001]
2019/02/16 19:09:40 [I] [proxy_manager.go:137] [88b43cc18690411f] proxy added: [rdp]
2019/02/16 19:09:40 [I] [control.go:143] [rdp] start proxy success
2019/02/16 19:12:31 [I] [control.go:217] control writer is closing
2019/02/16 19:12:31 [E] [control.go:126] work connection closed, EOF
2019/02/16 19:12:31 [I] [service.go:126] try to reconnect to server...
2019/02/16 19:12:41 [W] [service.go:129] reconnect to server error: i/o deadline reached
2019/02/16 19:12:42 [I] [service.go:126] try to reconnect to server...
2019/02/16 19:12:52 [W] [service.go:129] reconnect to server error: i/o deadline reached
2019/02/16 19:12:54 [I] [service.go:126] try to reconnect to server...
Can you point out what caused this issue (optional)
None
@lovean commented on GitHub (Feb 17, 2019):
我也遇到相同问题,断开来就一直是这个错误。
@tobyqin commented on GitHub (Feb 17, 2019):
same problem.
@fatedier commented on GitHub (Feb 26, 2019):
kcp 有问题就使用 tcp,确保自己的网络环境正常。