Dave Chappelle
Dave Chappelle
This is fixed in my fork: Implemented in my fork: https://github.com/davidchappelle/AutobahnCpp
I am not seeing any segfaults. Have run under valgrind as well and it detects no issues.
gcc and cmake On Tue, Feb 16, 2016 at 2:54 PM, Tobias Oberstein [email protected] wrote: > @davidchappelle https://github.com/davidchappelle using gcc or clang? > built using the supplied cmake or scons...
Since we probably don't want to be stuck on v1, I have submitted a defect to msgpack-c for this issue. I was able to provide a simple program demonstrating the...
I will add this as I am going to be doing some related work.
I have this example along with my wamp transport work on my fork. Should be easy to pull in once I break up my larger commit.
If anyone is looking to add websocket support to autobahn-cpp, please connect with me as all of the transport abstraction work is already done. It just needs to be broken...
With the way that the abstraction was done, I would expect it to be fairly trivial to add websocket support. On Thu, Jan 28, 2016 at 1:08 PM, David Chappelle...
Implemented in my fork: https://github.com/davidchappelle/AutobahnCpp
This can now be closed as this came in with the last merge of my fork.