zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network
GNU Lesser General Public License v3.0
54 stars 10 forks source link

Merge the netty transmitter modules #20

Closed rbi closed 10 years ago

rbi commented 10 years ago

Currently there exists 2 netty transmitter modules. This was necessary as netty 3 did not support websockets. Therefore the netty-websocket-transmitter module did use a beta version of netty 4. Since netty 4 is now final, the default netty-transmitter should be ported to netty-4 and both transmitter modules should be merged. This allows it to implement new features more easally.