ecorm / cppwamp

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

Implement call timeouts for callee #36

Closed ecorm closed 2 years ago

ecorm commented 9 years ago

Client requirements:

The feature would require significant changes to the Client and Session classes. This feature should be implemented along with #21.