dg76

Results 22 comments of dg76

I have the same problem and I think it is caused by this code: ``` responseCompleter.future.whenComplete(() { if (_waitingQueue.isNotEmpty) { var request = _waitingQueue.removeFirst(); _sendNext(request); } }); ``` In my...