Skip to content
Snippets Groups Projects
Commit 07f2df5a authored by mechanik20051988's avatar mechanik20051988 Committed by Nikita Pettik
Browse files

iproto: fix multiple socket closures and not deleting unix socket path

All iproto threads listening same socket, and if user change listen
address, this socket is closed in each iproto thread. This patch fix
this error, now socket is closed only in main thread, and in other threads
we are only stop listening, without socket closing. Also this patch fix
error, related to the fact, that tarantool did not delete the unix socket
path, when it's finishing work.
parent 840a65f0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment