Commit 3705029a authored by martin hou's avatar martin hou

fix: 修改接收缓冲区大小为512k

parent 6d8835a1
...@@ -103,7 +103,7 @@ function Jensen(log, conn) { ...@@ -103,7 +103,7 @@ function Jensen(log, conn) {
this.onreceive = null; this.onreceive = null;
this.onerror = null; this.onerror = null;
const RECV_BUFF_SIZE = 8192; const RECV_BUFF_SIZE = 512000;
const _check_conn_status = () => { const _check_conn_status = () => {
if (device?.opened === false) { if (device?.opened === false) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment