Corvusoft / restless

Corvusoft's Restless framework brings asynchronous RESTful client functionality to C++11 applications. http://www.corvusoft.co.uk
Other
19 stars 5 forks source link

Restless gives segmentation fault when used in restbed callbacks #19

Open CheyenneForbes opened 6 years ago

CheyenneForbes commented 6 years ago

session->fetch, resource->set_method_handler

CheyenneForbes commented 6 years ago

I guess if we had a way to do synchronous calls this wouldnt be an issue

https://github.com/Corvusoft/restless/issues/18

ben-crowhurst commented 6 years ago

@CheyenneForbes thanks for raising these issues. Will look at getting a fix.

CheyenneForbes commented 6 years ago

Any updates on this?