This repository has been archived by the owner on May 15, 2020. It is now read-only.
VSL 1.3.2
VectorData Security Layer.
- Protocol v1.3
- Backward and forward compatible until v1.1
Improvements
- Completely new callback API instead of events (breaking change)
- Await packet handling operations
IVSLCallback
interface makes starting ofVSLServer
instances obsolete
- Exceptions in
PacketBuffer
more consistent - Removal of
ThreadSafeList<T>
. UseSystem.Collections.Immutable
instead.