You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to send handles over pipes. I've created a socketpair and sent one end to a new thread and when I try to read/write between them, it just works. In the following code though, I'm sending accepted TCP connections to a thread via write2 but it doesn't work.
Hi, I'm trying to send handles over pipes. I've created a socketpair and sent one end to a new thread and when I try to read/write between them, it just works. In the following code though, I'm sending accepted TCP connections to a thread via write2 but it doesn't work.
The text was updated successfully, but these errors were encountered: