Richard Hodges

Results 201 comments of Richard Hodges

Which version of boost JSON did you download and from where?

By the looks of it the problem is that boost/json's public interface has changed a little, with respect to header files. I think you'll need to also: ``` #include ```

Ah you’re right. It’s been changed to value_from()

There might be some more surgery necessary

Segfault when calling an initiating function implies that the previous handler didn’t capture lifetimes properly. Segfault in the completion handler implies you didn’t capture lifetimes correctly in the handler.

OK, great that it's already in progress. I had written this cmake script so that I could test the library and felt it was polite to offer it back upstream.

I did a similar thing. very useful. I decided to make `istream operator >>` permissive in that it understands text or numbers, on the basis that with IO it's helpful...

Yep. Build me a test program to replicate the issue. Without that I don’t have a chance.

Can you build a test that creates a lot of load? Perhaps fork 1000 clients to hammer the service?

So this is how these things normally go down: Client reports a mysterious crash in beast. I ask him to build me a simpler test program to replicate the issue....