issues
search
ecorm
/
cppwamp
C++ client library for the WAMP protocol.
Boost Software License 1.0
35
stars
9
forks
source link
Pass Details dictionary to call slots and event slots
#34
Closed
ecorm
closed
9 years ago
ecorm
commented
9 years ago
Add a 'details' read-only property of type
wamp::Object
to the
Invocation
class
Event slots should take a
PublicationInfo
object as their first parameter, which contains the PublicationId and Details dictionary.
wamp::Object
to theInvocation
classPublicationInfo
object as their first parameter, which contains the PublicationId and Details dictionary.