Peter Gissel

Results 2 comments of Peter Gissel

One thing I have done to get around SSL issues is add some defines around the '#Include "wamp_auth_utils.hpp" in session.ipp. `#ifndef NO_OPEN_SSL #include "wamp_auth_utils.hpp" #endif`` Then add the define NO_OPEN_SSL...

I have also found that if I publish binary data with C++ and msgpack, subscribing with autobahn\python\json can stop published events from propagating. If I am subscribed with C++\msgpack I...