dart-rpc

incompatibility when running dart rpc and shelf (with shelf_rpc) related to headers which are lists (and not Strings)

99封情书 提交于 2019-12-24 17:53:19
问题 incompatibility when running dart rpc and shelf (with shelf_rpc) related to headers which are lists (and not Strings). It seems that there is an incompatibility when running dart rpc and shelf (with shelf_rpc) related to headers which are lists (and not Strings). Error thrown is ( for shelf[0.5.7], shelf_rpc[0.0.3], rpc[0.4.2]: ): Error thrown by handler. type 'List' is not a subtype of type 'String' of 'value'. package:collection/src/canonicalized_map.dart 66:30 CanonicalizedMap.[]= package