vert-x / mod-lang-groovy

Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-lang-groovy
Other
16 stars 15 forks source link

Can't send list over event bus #60

Closed nscavell closed 10 years ago

nscavell commented 10 years ago

Currently the convertMessage method in EventBus.groovy only converts a Map. It should also convert from List -> JsonArray.

LostInBrittany commented 10 years ago

Added support for Groovy Lists, and unit tests. Hope it solves your problem !