• Empleos
  • Sobre nosotros
  • profesionales
    • Inicio
    • Empleos
    • Cursos y retos
  • empresas
    • Inicio
    • Publicar vacante
    • Nuestro proceso
    • Precios
    • Evaluaciones
    • Nómina
    • Blog
    • Comercial
    • Calculadora de salario

0

225
Vistas
TypeError: this.io.in(...).emit no es una función

Me burlé y emit in probar this.io.in(room).emit(eventName, result); usando broma

this.io.in(room).emit(eventName, result);

this.io.in(room) está funcionando bien pero no estoy seguro de cómo lidiar con .emit(eventName, result);

aquí está el código

 export interface ServerToClientEvents { [EVENTNAME]: (payload: payload[]) => void; }
 import { BroadcastOperator, Server } from "socket.io"; import { ServerToClientEvents } from "../../common/Interfaces"; export class MockIo extends Server { hasEmitted = false; hasEmittedData: string[] = []; hasEmittedEventName: string | symbol = ""; room: string | string[]; constructor() { super(); } emit(event: string | symbol, ...args: any[]): boolean { this.hasEmitted = true; this.hasEmittedData = args; this.hasEmittedEventName = event; return true; } in(room: string | string[]): BroadcastOperator<ServerToClientEvents,any> { this.room = room; return this.emit.bind(this) ; } }
almost 3 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Nuestro proceso Comercial
Legal
Términos y condiciones Política de privacidad
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recomiéndame algunas ofertas
Necesito ayuda