crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

Make wamp_event copyable #202

Closed i94matjo closed 4 years ago

i94matjo commented 4 years ago

Sometimes it might be desirable if instances of wamp_event could be copyable, for example when used in conjuction with other 3rd party libraries. The wamp_invocation type already supports this, so the pattern is reused for wamp_event aswell.

oberstet commented 4 years ago

looks good to me, merging. thanks for contributing!