UNPKG

migme-ferry

Version:

Ferry transports packets to and from fusion/fission

20 lines (19 loc) 624 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var prefix = 'ferry_'; exports.default = { READY: prefix + 'ready', DATA_RECEIVED: prefix + 'data_received', CONNECTED: prefix + 'connected', CONNECTING: prefix + 'connecting', CONNECTION_CLOSED: prefix + 'connection_closed', PACKET_FAILED: prefix + 'packet_failed', PACKET_SENT: prefix + 'packet_sent', PACKET_RECEIVED: prefix + 'packet_received', PACKET_MAX_RETRY: prefix + 'packet_max_retry', MESSAGE_SENT: prefix + 'message_sent', MESSAGE_SEND_FAIL: prefix + 'message_send_fail' }; module.exports = exports['default'];