UNPKG

@balderdash/sails-edge

Version:

API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)

12 lines (8 loc) 193 B
/** * Stop drinking from the firehose. */ module.exports = function (sails) { return function unsubscribeFromFirehose ( socket ) { sails.sockets.leave(socket, 'sails_firehose'); }; };