tira-misu

Results 6 comments of tira-misu

Found the problem. The m_pending_writes queue is not freed if socket is closed. So there could be a callback in this list holding the session shared pointer object. So there...

It seams that the usage of regex_match() causes huge stack usage. eg. the call of regex_match() in ServiceImpl::parse_request_line() uses about 100KB of stack for about 100 byte long request line....

What about the build step `buildkite/flatbuffers/pr`? I don't see the problem.

With help of flatbuffer library you can use generator and parser of flatbuffers out of your executable. For example you can convert bfbs files to json schema, fbs files to...

At the moment is not possible to turn off keepalive notifications. But I will add an option to disable it in future versions. With your settings your publishCallback should only...