We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f9a43 commit 974614cCopy full SHA for 974614c
Sources/Socket/PollingSocketPool.swift
@@ -86,7 +86,7 @@ final actor PollingSocketPool: AsyncSocketPool {
86
}
87
88
func run() async throws {
89
- guard state == .ready else { throw Error("Not Ready") }
+ guard state != .running else { throw Error("Not Ready") }
90
state = .running
91
92
defer {
0 commit comments