Tao Wang

Results 3 comments of Tao Wang

I had the same question and it seems the server hangs at task http_request::extract_json().get().

I also encountered the same problem. In [this modification](https://github.com/wangtao9/antlr4/commit/63b1ba05f498b5cd0bc4c7f6f20df41f92c5dad7) on my forked version, I tried to remove `#undef EOF` from the Cpp-runtime, but I don't know how to modify the...

确实存在这个问题,调整的方法我觉得应该同时判断pattern边和点有没有被访问,如果边未访问则需要添加一个expand算子,根据对面的点有没有被访问决定是expand all还是expand into操作