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

423
Vistas
Fastapi WebSockets RuntimeError: Cannot call "receive" once a disconnect message has been received

while reworking Fastapi WebSockets tutorial received error on websocket connection lost, because of web page close or reload.

RuntimeError: Cannot call "receive" once a disconnect message has been received.

it was not critical, nor crash server. but leaving it be does no feels wright.

how to handle this WebSocket error?

-

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

A way to handle this error notification was to add try / except RuntimeError

while True:
    try:
        msg = await websocket.receive()
    except RuntimeError:
        break
over 4 years ago · Santiago Trujillo Denunciar
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