mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1703] 自己编译的 OpenWrt 的包,会出现一定概率的崩溃,其它平台正常 #1346
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#1346
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 @forcemeter on GitHub (Mar 14, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1703
不重要不紧急,有时间看看就好,估计用的人不多。
@fatedier commented on GitHub (Mar 14, 2020):
这个是 go1.14 新增的抢占式调度的功能引起的。至于为什么在 OpenWRT 上会有这个问题以及如何修复目前不是很清楚,能力有限,可以尝试给 golang 的官方 repo 提个 issue 可能更好一些。
@forcemeter commented on GitHub (Mar 15, 2020):
我回头试一下把 go 降到 14以下编译一下看看有没有问题。
@forcemeter commented on GitHub (Mar 17, 2020):
目前可以确认1.13没有问题。