Send Acknowledgement after receiving Response in Chrome app

9 views
Skip to first unread message

Prabu S

unread,
Nov 2, 2015, 1:36:54 AM11/2/15
to Chromium Apps
Hai all,

I am developing tcp client in Chrome App. I can send Request and get Response without any problem..

My problem is, i am unable to send Acknowledgment after getting response.

tcpClient.addResponseListener(function (msg) {
                if (tcpClient.isConnected) {
tcpClient.sendMessage('ACK', null);
                }
 });

net::ERR_SOCKET_NOT_CONNECTED): Unknown error.

Any Help on this
Reply all
Reply to author
Forward
0 new messages