Hi, Thanks for the reply. I managed to get something working using:
Mojo::IOLoop->client I know it will be a stupid question...but how to do get access to the reactor object? The docs give examples like: $loop->reactor Initially I thought I could do, Mojo::IOLoop->reactor but that doesn't work, so do how do you get the Mojo::IOLoop object into a variable? Regards, On Thursday, February 9, 2017 at 12:03:40 PM UTC, sri wrote: > > Just use the reactor directly. > > http://mojolicious.org/perldoc/Mojo/IOLoop#reactor > > -- > sebastian > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
