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 fb9829f commit 7c0a197Copy full SHA for 7c0a197
Tests/RealtimeTests/MockWebSocketClient.swift
@@ -93,5 +93,6 @@ final class MockWebSocketClient: WebSocketClient {
93
return stream
94
}
95
96
- func disconnect() {}
+ func disconnect(code: Int?, reason: String?) {
97
+ }
98
0 commit comments