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 463fdea commit 7a018ddCopy full SHA for 7a018dd
packages/realtime_client/test/mock_test.dart
@@ -288,8 +288,7 @@ void main() {
288
channel.subscribe(subscribeCallback);
289
290
await Future.delayed(Duration(milliseconds: 200));
291
- await client.conn!.sink
292
- .close(Constants.wsCloseNormal, "heartbeat timeout");
+ await webSocket?.close(Constants.wsCloseNormal, "heartbeat timeout");
293
});
294
295
0 commit comments