mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3884] transport.poolCount: unknown field #3079
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#3079
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 @ylluminate on GitHub (Dec 21, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3884
Bug Description
When including the
transport.poolCountfield (eg,transport.poolCount = 1) in the config, such as a TOML config file, it results in an error now:frpc Version
0.53.2
frps Version
0.53.2
System Architecture
linux/amd64
Configurations
Logs
No response
Steps to reproduce
Simply insert into config and execute test via
--strict_config.Affected area
@xqzr commented on GitHub (Dec 21, 2023):
poolCount只存在于 frpc@ylluminate commented on GitHub (Dec 21, 2023):
Gotcha, thanks. It was easy to flip the
transport.poolCount = 5in frpc.ini vstransport.maxPoolCount = 5in frps.ini when reviewing the changes.