Skip to content

Commit 733af27

Browse files
Make HubConnectionState Sendable (#90)
1 parent f311ecd commit 733af27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SignalRClient/HubConnection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ public actor HubConnection {
807807
}
808808
}
809809

810-
public enum HubConnectionState {
810+
public enum HubConnectionState: Sendable {
811811
// The connection is stopped. Start can only be called if the connection is in this state.
812812
case Stopped
813813
case Connecting

0 commit comments

Comments
 (0)