Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

VSL 1.3.2

Compare
Choose a tag to compare
@daniel-lerch daniel-lerch released this 10 Jan 22:49
· 25 commits to master since this release

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 of VSLServer instances obsolete
  • Exceptions in PacketBuffer more consistent
  • Removal of ThreadSafeList<T>. Use System.Collections.Immutable instead.