icozzz
Results
2
issues of
icozzz
I wonder if this supports reverse connection
我在用SAX风格解析 JSON网络流时,按照文档介绍的方法“使用者可以在另一线程解析 JSON,并通过阻塞输入流去暂停。”,我在stream.take()中阻塞。发现网络流已经接受了一个完整的JSON格式时,因为take()中的阻塞,reader.parse()并不能及时回调 bool EndObject(SizeType memberCount)。