You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was planning to add a pluggable serialisation mechanism as part #61 which would in theory allow us to prefer non-hessian where available on both sides.
the challenge of switching netty for mina is maintaining compatibility during the switch - unless we support both for a period with a breaking change on the transport, which is less preferable i think.
I reckon we'd have to do something a bit cleverer around how we test the binary transport and compatibility before doing that - produce a test binary with each version which could be run on future versions for example.
In theory could combine jetty and socket transports into a single unified transport..
Is supposedly faster than mina and is async all throughout.
The text was updated successfully, but these errors were encountered: