Release 2.1.4
Fixes and improvements,
- Removed netcf from projects and package.
- Moved netmf to its own solution and package.
- [#282] Do not capture context on async awaits
- [#283] throw OperationCanceledException when transport is closed.
- [#288] Fix SendAsync deadlock.
- [#301] Default message priority should be 4, not 0.
- [#293] Disposing TcpTransportListener then reusing it fails with 'Address already in use' on Unix
- [#292] Failed to verify assembly -- Strong name validation failed on .Net Core.
- [#299] Make SASL classes public for custom profile implementation.
- [#304] Always dispose Timer objects when the timeout expires
- [#311] Fix float array serialization.
- [#305] Session (2nd) constructor does not use all of the Begin properties.
- [#310] Reduce allocations on list deserialization.