Victor T Costa

Results 3 comments of Victor T Costa

I just ran some tests and it seems a bug indeed. If i run this code: ``` var sub = await db.subscription( "subscription MyQuery {users {email}} ", ); sub.map((data) {...

I know that null is expeted, but it aways return null when i run the following code: ``` var sub = await db.subscription( "subscription MyQuery {users {email}} ", ); sub.map((data)...