Skip to content

Conversation

@lohanidamodar
Copy link
Member

No description provided.

Copy link
Member

@abnegate abnegate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where there's a list type, what do you think about (and would it be possible without coupling with Appwrite) removing the wrapper, e.g. returning Future<List<Document>> directly instead of Future<DocumentList>? It seems redundant since we can get sum from the languages array type (.size(), .length, .Count etc.)

final rtsub = realtime.subscribe(["tests"]);

await Future.delayed(Duration(seconds: 4));
await Future.delayed(Duration(seconds: 5));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to delay at both the start and end of the test?

@TorstenDittmann TorstenDittmann merged commit 48c2b85 into appwrite:master Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants