Replies: 4 comments 3 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Thanks. I need to implement reverse-reverse-proxy for tcp services (or remoting unix-sockets) and found your implementation as more suitable. I read your articles about this library at LOR/habr and it helped alot to understand more, yet can't understand how to catch events. Спасибо. |
Beta Was this translation helpful? Give feedback.
-
As I understand it, you'd like to monitor the state of the socket when you're not actively reading from or writing to it (using the ReadSome/WriteSome methods on the Socket). I would suggest adding a new method, perhaps called Monitor, which would trigger when the socket is being closed. What do you think of this idea? |
Beta Was this translation helpful? Give feedback.
-
Hello.
I would like to use your library for my software. I need to use epoll as a socket event reader, so it will be managed with TEPoll.
Can you please explain:
Beta Was this translation helpful? Give feedback.
All reactions