exports.stop = () => {
  triggers.unwatch('network');
  hooks.remove('connected');
  if (emitter) {
    emitter.removeAllListeners();