Fix: Auth Session

This commit is contained in:
2025-08-26 15:53:36 +00:00
parent 71a62eca3f
commit 9b5b3ae820
25 changed files with 1142 additions and 44 deletions

View File

@ -98,15 +98,6 @@ type AdaptiveTicker struct {
done chan bool
}
// UploadContext tracks active upload state
type UploadContext struct {
SessionID string
PauseChan chan bool
ResumeChan chan bool
CancelChan chan bool
IsPaused bool
}
// NewNetworkResilienceManager creates a new network resilience manager with enhanced capabilities
func NewNetworkResilienceManager() *NetworkResilienceManager {
// Get configuration from global config, with sensible defaults