ecorm / cppwamp

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

Implement feature announcement on client #37

Closed ecorm closed 9 years ago

ecorm commented 9 years ago

Implement feature announcement on the client, as described in the advanced spec.

Client requirements:

The semantics and behavior related to feature announcement are not clearly described in the spec, so I raised that issue in https://github.com/tavendo/WAMP/issues/159.