Skip to content

Commit b2fb83e

Browse files
authored
Merge pull request #5 from devwaseem/bugfix/livemailservice_autoretry
Update MTLiveMailService.swift
2 parents cbacc91 + 37203a8 commit b2fb83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/MailTMSwift/Services/MTLiveMailService.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ open class MTLiveMailService {
5959
private let accountId: String
6060

6161
/// Retry the listener automatically when the connection goes off
62-
/// - Note: Default is false
63-
let autoRetry = false
62+
/// - Note: Default is true
63+
var autoRetry = false
6464

6565
/// Create a new instance
6666
/// - Parameters:

0 commit comments

Comments
 (0)