Skip to content

Commit

Permalink
Revert "fixes#1175 nng_listen occasionally fails when reusing ipc soc…
Browse files Browse the repository at this point in the history
…ket on Windows (nanomsg#1562)"

This reverts commit 1892e1d.
  • Loading branch information
gdamore committed Feb 6, 2023
1 parent a255ce5 commit 20113dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sp/transport/ipc/ipc.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ ipc_ep_close(void *arg)
nni_mtx_lock(&ep->mtx);
ep->closed = true;
nni_aio_close(ep->time_aio);
nni_aio_close(ep->conn_aio);
if (ep->dialer != NULL) {
nng_stream_dialer_close(ep->dialer);
}
Expand Down
1 change: 0 additions & 1 deletion src/sp/transport/tcp/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@ tcptran_ep_close(void *arg)

ep->closed = true;
nni_aio_close(ep->timeaio);
nni_aio_close(ep->connaio);
if (ep->dialer != NULL) {
nng_stream_dialer_close(ep->dialer);
}
Expand Down

0 comments on commit 20113dd

Please sign in to comment.