MobileChromeApps / cordova-plugin-chrome-apps-sockets-tcp

BSD 3-Clause "New" or "Revised" License
44 stars 52 forks source link

Could missing setNoDelay() cause incorrect packet sending? #8

Open theveloped opened 8 years ago

theveloped commented 8 years ago

Using chrome-net on top of the plugin I am trying to get an iOS cordova app to connect to the bitcoin p2p network cordova-bitcore. As of now it seems the connection between the app and the peer is fully connected. There is however no repose on sending a message. I am wondering or this could be caused by the missing setNoDelay() function?