Skip to content

v2.1

Compare
Choose a tag to compare
@vogti vogti released this 12 Jun 07:09
· 15 commits to master since this release
a4d1770

This release resolves an issue with connection resets on Windows. When a DisconnectRequest is sent, the server sends a DisconnectResponse and closes the connection. On Windows, it could happen that the closing of the connection is reported via exception before the DisconnectResponse has been processed. This is now handled correctly in this version.