in reply to How do I make a tcp socket heartbeat?
I just noticed that your previous question from last week was in regards to AnyEvent. Note that it is an event loop framework much like Mojo::IOLoop, so if you're already using one of them, it certainly can't hurt to learn about the others, but for your production code, you probably don't want to mix the two. See AnyEvent::Socket for TCP servers and clients. (Personally I still prefer Mojo, and it can do Websockets too, but TIMTOWTDI.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I make a tcp socket heartbeat?
by pudda (Acolyte) on Oct 13, 2020 at 15:04 UTC |