codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Support single serialization for broadcast messages in listeners #222

Closed codingchili closed 6 years ago

codingchili commented 6 years ago

When sending an event to multiple clients we can serialize it once at a higher level, and then write the same serialized buffer to multiple connections.

codingchili commented 6 years ago

When in text mode: strings are still created from buffers when writing. no action for now.