This website requires JavaScript.
Explore
Help
Sign In
XiaoMo
/
frp
Watch
1
Star
0
Fork
0
You've already forked frp
mirror of
https://github.com/fatedier/frp.git
synced
2025-06-14 14:18:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e8deb65c4b
Branches
Tags
View all branches
frp
/
Release.md
fatedier
184223cb2f
Code refactoring related to message handling and retry logic. (
#3745
)
2023-11-06 10:51:48 +08:00
227 B
Raw
Blame
History
Fixes
frpc: Return code 1 when the first login attempt fails and exits.
When auth.method is
oidc
and auth.additionalScopes contains
HeartBeats
, if obtaining AccessToken fails, the application will be unresponsive.