-
Notifications
You must be signed in to change notification settings - Fork 64
[tcp] tcpclient cannot connect to server on A101 and qemu #1518
Comments
Verified with latest commit 087938a in master, TCPClient6 cannot connect to Server on Arduino101 over BLE. |
Hmm, seems to work fine for me on A101 with Ethernet at least w/ latest. Possibly retry with PR #1522. I guess I'll try BLE also. |
Shoot after I ran "make pristine" and rebuilt again, it no longer works. I do see the send_buf error. |
Actually, that seems to be a fluke. Now it has worked several more times, including after another "make pristine". |
Verified with commit 0c0af9b in master. TCPClient6 on Arduino101 and 96b_carbon over BLE still cannot connect to TCPServer6. |
Retest with commit 4cf09c5 in zjs-0.5 branch. TCPClient6 on Arduino101 over BLE cannot connect to TCPServer6. But it works on Arduino101 over Ethernet. Will it be fixed in zjs-0.5 branch? |
Description
This is a regression issue. When running tcpclient on A101 and qemu, it can't connect to tcpserver at most of time.
Test Code
TCPClient6.js;
test-tcp6-client.js;
Steps to Reproduction
python tests/tools/tests-tcp6-server.py
in 10sActual Result
Cannot connect to server at most of time.
Sometimes, test-tcp6-client.js can connect, but data transfer not work well.
Expected Result
Connection can be established. Data transfer works well
Test Builds
Additional Information
The text was updated successfully, but these errors were encountered: