UNPKG

bfx-api-node-plugin-wd

Version:

Connection watchdog plugin for the official Bitfinex Node API

12 lines (8 loc) 238 B
'use strict' const debug = require('debug')('bfx:api:plugins:wd:self:close') module.exports = (h = {}) => ({ state = {} } = {}) => { debug('watchdog triggered, closing connection') const { ws } = state ws.close() return null }