Accumulate first bytes (#366)

This commit is contained in:
KirillPamPam
2023-12-19 18:19:43 +04:00
committed by GitHub
parent 9c6d452efe
commit f808500718
2 changed files with 15 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import reactor.test.StepVerifier
import java.time.Duration
class JsonRpcStreamParserTest {
private val streamParser = JsonRpcStreamParser()
private val streamParser = JsonRpcStreamParser(5)
@Test
fun `if first part couldn't be parsed then aggregate response`() {