mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3284] tcp mux unstable #2634
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#2634
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 @comicfans on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3284
Bug Description
I'm using visitor to expose postgresql service running on remote machine to localhost by stcp/shared key/visitor
and connect it from localhost, when there's lots of connection, postgresql client quickly run into "connection refused"
or "server close connection" error, but if set tcp_mux = false (other config keeps exactly same), problem resolved.
frpc Version
0.46.1
frps Version
0.46.1
System Architecture
linux/amd64
Configurations
postgresql frpc config
frps.ini (same as postgresql host)
client visitor config
Logs
I got lots line of
[03f939cb48234fcd] [secret_postgres] get a user connectionbecause my postgresql makes lots of short connections (quickly open/close)
Steps to reproduce
...
Affected area
@comicfans commented on GitHub (Feb 3, 2023):
after two days testing, disable tcp mux can help resolving disconnection problem, but frp suffer from super slow speed problem during long run/ big transfer, I gave up trying .