Skip to content

Commit 821b13c

Browse files
committed
Update README
1 parent 43f3426 commit 821b13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ For more examples, see [examples](cdt-examples/src/main/java/com/github/kklisura
9393

9494
## Known-issues
9595

96-
### API hangs when printing PDFs
96+
### API hangs (ie when printing PDFs)
9797

98-
**What:** If you're using `cdt-java-client` before version `2.1.0` for printing to PDF and the resulting PDF is more than 4MB, API will hang and will never respond with requesting print.
98+
**What:** If you're using `cdt-java-client` before version `2.1.0` for printing to PDF or using API which requests large amount of data, API may hang if the requesting data exceeds 4MB.
9999

100100
**Why:** This is due to underlying WebSocket library having 4MB buffer for receiving data from browser.
101101

0 commit comments

Comments
 (0)