Skip to content

Commit 9de26b3

Browse files
committed
Don't subscribe flutter
1 parent 3784b4d commit 9de26b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/flutter/tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void main() async {
1515
"wss://demo.appwrite.io/v1"); // change this later to appwrite.io
1616

1717
Realtime realtime = Realtime(client);
18-
final rtsub = realtime.subscribe(["tests"]);
18+
// final rtsub = realtime.subscribe(["tests"]);
1919

2020
await Future.delayed(Duration(seconds: 5));
2121
client.addHeader('Origin', 'http://localhost');

0 commit comments

Comments
 (0)