PeelTechnologies/react-native-tcp

setKeepAlive & setNoDelay is not implemented

Opened this issue · 0 comments

node_modules\react-native-tcp\TcpSocket.js:440

// unimplemented net.Socket apis
TcpSocket.prototype.ref =
TcpSocket.prototype.unref =
TcpSocket.prototype.setNoDelay =
TcpSocket.prototype.setKeepAlive =
TcpSocket.prototype.setEncoding = function() { /* nop */ };

Please implement this feature as it is a very critical factors while working on IOT