Skip to content

Commit

Permalink
Revise server starting logic
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Nov 17, 2023
1 parent 413c105 commit dab82dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/desktopio/system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2738,7 +2738,7 @@ namespace netxs::os
auto state = pipe::shut();
if (state)
{
if constexpr (debugmode) log(prompt::xipc, "Client disconnects: ", handle);
if constexpr (debugmode) log(prompt::xipc, "Link shutdown: ", handle);
#if defined(_WIN32)
::DisconnectNamedPipe(handle.w);
handle.shutdown(); // To trigger the read end to close.
Expand Down

0 comments on commit dab82dc

Please sign in to comment.