COVESA / capicxx-wamp-tools

Common API tooling with WAMP messaging
Mozilla Public License 2.0
12 stars 7 forks source link

Support user-defined map types. #16

Open kbirken opened 6 years ago

kbirken commented 6 years ago

Testcases: Usage of map types as

kbirken commented 6 years ago

Due to a bug in autobahn-cpp or Crossbar.io it is currently not possible to use integer-type map keys. This includes uint64 etc, but also enumerators (as they are currently serialized as integers).

See https://github.com/crossbario/autobahn-cpp/issues/180 for details.