actor-framework / actor-framework/incubator

Add shutdown function to the socket manager

Abierto
#92 0 comentarios 0 reacciones 0 asignados Ver en GitHub
feature request
Lenguaje dominante
C++
Estrellas
7
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Many work flows open a socket, read some amount of data, then write to the socket until completion before closing the connection. HTTP is a prime example. Currently, the socket manager has no `shutdown` function for closing a connection after flushing all buffers. It "kinda works" at the moment for most cases, because the socket managers ultimately get cleaned up when their reference count drops to 0. That is unless some other part of the application holds a reference to the manager in question.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.