export function dispatchMessage(redisCnx, msg, chan) { if(typeof(redisCnx.dispatchArenaMessage) !== 'function') return redisCnx.dispatchArenaMessage(msg, chan) }