mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-25 20:06:10 +00:00
Merge branch 'cookie_snapshot' into dev
This commit is contained in:
@@ -344,6 +344,7 @@ func StartService(cfg *config.Config, configPath string) {
|
|||||||
}
|
}
|
||||||
activeClientsMu.RUnlock()
|
activeClientsMu.RUnlock()
|
||||||
for _, c := range snapshot {
|
for _, c := range snapshot {
|
||||||
|
misc.LogCredentialSeparator()
|
||||||
// Persist tokens/cookies then unregister/cleanup per client.
|
// Persist tokens/cookies then unregister/cleanup per client.
|
||||||
_ = c.SaveTokenToFile()
|
_ = c.SaveTokenToFile()
|
||||||
switch u := any(c).(type) {
|
switch u := any(c).(type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user