Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

180
Vistas
Send An stream to a Group Of Connection/Clients in SignalR

It is simple to send an special message type from server to some group of Clients in SignalR using:

 Client.Groups("Developers").SendAsync("Notification",new {Message="New Notification Arrived from ...."});

And Also it is not hard to send an stream from server to client. But it should pulled from client side as:

hubConnection.stream("CounterStream").subscribe({next:f1,complete:f2,error:f3})

Now I want to send an stream from server to group of user. A simple answer is to first send a notification to group of user and then they subscribe to stream but as you may know it is not very performant since the stream should be prepared for each client in server. How we can push the stream once from server to client and user invoke it?

about 4 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 Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda