You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
6
8
7
9
The implementation supports WAMPv2 and includes both Json and MsgPack support, and both Router (Broker and Dealer roles) and Client (Publisher/Subscriber and Callee/Caller) roles. See here for a list of [implemented advanced profile features](https://github.com/Code-Sharp/WampSharp-docs#advanced-profile-features).
@@ -20,9 +22,9 @@ Master | Provider
20
22
21
23
Documentation has moved to [its own repository](https://github.com/Code-Sharp/WampSharp-docs)!
22
24
23
-
## WampSharp v1.2.3.12-beta
25
+
## WampSharp v1.2.4.18-beta
24
26
25
-
WampSharp v1.2.3.12-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp-docs/blob/master/Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md).
27
+
WampSharp v1.2.4.18-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp-docs/blob/master/Release-notes/WampSharp-v1.2.4.18-beta-release-notes.md).
26
28
27
29
## Get Started
28
30
@@ -52,8 +54,8 @@ Your donations help keep this project development alive.
0 commit comments