Skip to content

Commit

Permalink
new ApcAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter74 committed May 5, 2024
1 parent 934857c commit 1fc2c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/apcaccess-new.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class ApcAccessNew {

}

module.exports = ApcAccessNew;
1 change: 0 additions & 1 deletion lib/apcaccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const util = require('util');
const ApcAccess = function() {
this._waitForResponse = false;
this._socket = new net.Socket();
this._socket.setKeepAlive(true, 1000);
// this._socket.setTimeout(30000);
this._isConnected = false;
Object.defineProperty(this, 'isConnected', {
Expand Down

0 comments on commit 1fc2c2d

Please sign in to comment.