ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Implement subscriber listing in client #18

Closed ecorm closed 2 years ago

ecorm commented 9 years ago

Implement subscriber listing, as per the advanced spec.

ecorm commented 9 years ago

Client requirements:

There is currently no special treatment on the client for this feature. However, the spec has many open issues listed for this feature, so it seems to be unstable at the moment.

ecorm commented 2 years ago

This spec proposal is now gone, and seems to have been replaced by the wamp.subscription.list_subscribers meta API.