Replies: 3 comments 4 replies
-
|
That's a very low level API pretty much nobody ever used. And it's been a very long time since it has been removed. So, i doubt you'll be able to find anyone who still remembers how it worked i'm afraid. Your best bet is probably to look up the version in |
Beta Was this translation helpful? Give feedback.
-
|
Considering that there's also a very high chance that those methods have been used wrong (they are not really something a Mojolicious app would use), maybe you might even be better off just trying to fix the code. |
Beta Was this translation helpful? Give feedback.
-
|
Hi kraih, Your help is greatly appreciated, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am having issues trying to resurrect some old (Mojolicious version 4) code burrowed from the internet. Following are the errors I am getting:
Mojo::Reactor::EV: I/O watcher failed: Can't locate object method "is_writing" via package "Mojo::Transaction::HTTP"Mojo::Reactor::EV: Timer failed: Can't locate object method "server_close" via package "Mojo::Transaction::HTTP"I have been through the change log and looked at upgrading notes here: https://github.com/mojolicious/mojo/wiki/Upgrading. I see the methods have changed but there is nothing stating how these calls should be made in the latest version of Mojolicious.
Can someone please lend a hand?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions