actor-framework / actor-framework/incubator

Add shutdown function to the socket manager

Open
#92 0 comments 0 reactions 0 assignees View on GitHub
feature request
Dominant language
C++
Stars
7
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.