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 c55ba7d commit 1de9223Copy full SHA for 1de9223
README.md
@@ -37,9 +37,6 @@ Add the following line to your `Package.swift`
37
```swift
38
import ActionCableSwift
39
40
-/// web socket client
41
-let ws: WSS = .init(stringURL: "ws://localhost:3001/cable")
42
-
43
/// action cable client
44
let clientOptions: ACClientOptions = .init(debug: false, reconnect: true)
45
let client: ACClient = .init(stringURL: "ws://localhost:3001/cable", options: clientOptions)
0 commit comments