Migrate to a NodeJS out-of-the-box client Socket API
Rapsssito opened this issue · 0 comments
Rapsssito commented
- Methods:
-
socket.setNoDelay()(#52) Originally posted by @Overtorment in #38 (comment) -
socket.setKeepAlive()(#62) Originally posted by @Overtorment in #38 (comment) -
socket.setEncoding()(#74) Originally posted by @Overtorment in #38 (comment) -
socket.setTimeout()(#56) -
socket.pause()(#115) -
socket.ref()(#84) -
socket.resume()(#115) -
socket.unref()(#84)
-
- Properties:
-
socket.bufferSize -
socket.bytesRead(7c94304) -
socket.bytesWritten(7c94304) -
socket.connecting(7c94304) -
socket.destroyed(7c94304) -
socket.localAddress(#94) -
socket.localPort(#94) -
socket.pending(7c94304) -
socket.remoteAddress(#94) -
socket.remoteFamily(#94) -
socket.remotePort(#94) -
socket.timeout(#131) -
socket.readyState(7c94304)
-
- Events:
-
drain(#115) -
end -
lookup
-
In the meantime, you can use these two adapters provided by BlueWallet: net API & tls API.