Skip to content

Tags: ZapTechnology/WampSharp

Tags

v20.1.7

Toggle v20.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from ZapTechnology/jun/wampv3-unblockOnResultA…

…ndException

Do not block when proxy call returns result or exception.

v20.1.6

Toggle v20.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from ZapTechnology/jun/wampv3

make sure blocking aync calls don't require synchronization context.

v20.1.5

Toggle v20.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from ZapTechnology/jun/wampv3-WampSessionClient

WampSessionClient thread safety improvements

v20.1.4

Toggle v20.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from ZapTechnology/jun/wampv3

Make sure WampChannel.Open returns a task early instead of block on mConnection.Connect()

v20.1.3

Toggle v20.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from ZapTechnology/jun/wampv3

Version increase to 20.1.3

v20.1.2

Toggle v20.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from ZapTechnology/ben/ConnectHangingFix

Version increase

v1.2.5.35-beta

Toggle v1.2.5.35-beta's commit message
Replacing Microsoft.AspNetCore.WebSockets.Server with Microsoft.AspNe…

…tCore.WebSockets (Code-Sharp#173)

Fixes Code-Sharp#172

v1.2.5.34-beta

Toggle v1.2.5.34-beta's commit message
Fixing reconnector issues

v1.2.5.33-beta

Toggle v1.2.5.33-beta's commit message
Resolve Issue Code-Sharp#158 TLS 1.2 Support in Fleck and WebSocket4N…

…et (Code-Sharp#170)

* Resolve Issue Code-Sharp#158 "TLS 1.2 Support in Fleck and WebSocket4Net" by adding overloads to Fleck and WebSocket4Net. Also added convienence overloads for WAMP2 DefaultRouter (Fleck) and for WAMP1 Channel Factory extensions (WebSocket4Net). Added overloads where defaults would also be acceptable for backwards binary compatibility - these can be removed if this is undesired. I was unable to validate the Mono build.

* Add missing space.

v1.2.5.32-beta

Toggle v1.2.5.32-beta's commit message
Removed unused field