actor-framework / actor-framework/incubator

Add shutdown function to the socket manager

未关闭
#92 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
feature request
主要语言
C++
星标
7
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。