Tags: alandoherty/protosocket-net
Tags
Added SSL example, bug fixes and upgrade refactor - Fixed a bug where the PeerConfiguration constructor ignored the protocolMode argument and always set the mode to active - Changed the way UpgradeAsync works, it now requires that the peer be in Passive mode, simplifying the logic but potentially a breaking change - Added SslUpgrader.CheckCertificateRevocation - Added SslUpgrader.RemoteValidationCallback - Added SslUpgrader.LocalSelectionCallback - Added an SSL text-protocol example - Moved to 0.6.0
Added subscription flush option - Moved to 0.5.2 - In some cases you may call Subscribe on an active peer after frames have been received, for simplicitly you can now use the SubscriptionOptions.Flush option to cause any frames in the queue to be dequeued and sent to the observer
Various fixes and minor changes - Moved to 0.4.0 - Added Example.Line - Renamed ProtocolPeer.SendAsync(CancellationToken) to ProtocolPeer.FlushAsync(CancellationToken) - Cleared up end of stream logic - Fixed bug which would prevent peers fully disconnecting if a observer was subscribed
PreviousNext