vert-x3 / vertx-stomp

STOMP client/server implementation
Apache License 2.0
31 stars 28 forks source link

Add support for trailing line in lines #17

Closed cescoffier closed 8 years ago

cescoffier commented 8 years ago

Fix #12 - make trailing line optional

By default the server and the client do not send a trailing line, but it can be enabled using the added options.

cescoffier commented 8 years ago

@vietj @pmlopes ready for review

pmlopes commented 8 years ago

:+1: