List view
Next "BIG" version of WampSharp.
No due date•8/9 issues closedA planned WampSharp version with WAMPv2 support. This version implements the [WAMPv2 basic profile](https://github.com/tavendo/WAMP/blob/master/spec/basic.md) with the following features: It is under development on the [wampv2 branch](https://github.com/Code-Sharp/WampSharp/tree/wampv2) * WAMP Router: * Dealer role: * Allows registering both local and remote (callee clients) rpc methods * Allows invoking both local and remote (callee clients) rpc methods * Broker role * Allows local and remote (publisher clients) publications * Allows local and remote (subscriber clients) subscriptions * WAMP Client: * Caller role: * Allows calling a dealer rpc method and getting a result or an error * Callee role * Allows registering a rpc method to a dealer * Publisher role * Allows publishing to a broker's topic * Subscriber role * Allows subscribing to a broker's topic * Api: * Attribute based Rpc method support (both router and client methods) * Rpc methods should be able to be called (both from router and client) using generated proxies * Rx api support for topics (both from router and client)
No due date•9/10 issues closed