Vibe 3.0.0-Alpha7 released
flowersinthesand wrote this on
Focusing on enhancements of longpoll transport and so on, Vibe Protocol 3.0.0-Alpha7, Vibe JavaScript Client 3.0.0-Alpha7, Vibe Java Server 3.0.0-Alpha10 and Vibe Java Platform 3.0.0-Alpha8 are released.
- Use of unnecessary message format in
longpoll
transport is removed. vibe-protocol#47, vibe-javascript-client#41, vibe-java-server#70 - When the underlying connection of
longpoll
transaport is terminated, it fires close event immediately. vibe-protocol#46, vibe-java-server#70 - Now transport underlying socket and resource underlying transport are accessible through through
unwrap
method. vibe-java-server#67 finishAction
representing the end of the response is added and accordingly nowcloseAction
is called only when the underlying connection is terminated. vibe-java-platform#39
In next iteration, authentication will be covered as you have noticed. If you have any feedback, please let us know and we really appreciate them.