Commit 7689555d authored by martin hou's avatar martin hou

fix: 加大接收缓冲区大小

parent b101ec74
...@@ -101,7 +101,7 @@ function Jensen(log, conn) { ...@@ -101,7 +101,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