[Tarantool-patches] [PATCH] socket: fix error while closing socket.tcp_server

lvasiliev lvasiliev at tarantool.org
Fri Apr 24 17:03:09 MSK 2020



On 24.04.2020 15:26, Leonid Vasiliev wrote:
> The tcp server starts in a separate fiber and when
> the socket closes from another fiber the server's
> fiber fails with an attempt to validate the server
> socket. For check the socket status at server's
> fiber a flag has been added and now server's fiber
> will terminate correctly if the socket was closed.
> 
> Fixes: #4087
> ---
> @Changelog fix error while closing socket.tcp_server socket(gh-4087)
https://github.com/tarantool/tarantool/issues/4087
https://github.com/tarantool/tarantool/tree/lvasiliev/gh-4087-fix-socket-stuff



More information about the Tarantool-patches mailing list