You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, since the last version of dart 1.17.1 I have this error
Unhandled exception:ConnectionPoolException:Failed to open connection. Cause: type '_SinkTransformerStreamSubscription<List<int>, MongoReplyMessage>'is not a subtype of type 'StreamSubscription<List<int>>' of 'value' where
_SinkTransformerStreamSubscriptionis from dart:asyncMongoReplyMessageis from package:mongo_dart/mongo_dart.dart
Listis from dart:core
intis from dart:core
MongoReplyMessageis from package:mongo_dart/mongo_dart.dart
StreamSubscriptionis from dart:asyncListis from dart:core
intis from dart:core
#0 _rootHandleUncaughtError.<anonymous closure> (dart:async/zone.dart:938)
#1 _microtaskLoop (dart:async/schedule_microtask.dart:41)
#2 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
#3 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:96)
#4_RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:149)
I am using Redstone with redstone_mapper_mongo, maybe it's coming from here but I don't know
The text was updated successfully, but these errors were encountered:
Hi, since the last version of dart
1.17.1
I have this errorI am using Redstone with redstone_mapper_mongo, maybe it's coming from here but I don't know
The text was updated successfully, but these errors were encountered: