Project

General

Profile

Task #1776

Updated by Junxiao Shi about 10 years ago

In UNIX and TCP transports, ensure all packets are sent before closing the socket. 

 This requirement can be satisfied if Boost.Asio close() is blocking, or there's a way to guarantee that all packets are sent out.

Back