Skip to content
Snippets Groups Projects
Commit 4eda31fb authored by Johan Schön's avatar Johan Schön
Browse files

Added catch and debug to got_async_message().

Rev: lib/modules/Protocols.pmod/LysKOM.pmod/Raw.pike:1.5
parent 9b5546ba
Branches
Tags
No related merge requests found
......@@ -525,6 +525,9 @@ array active_asyncs()
void got_async_message(array what)
{
werror("got_async_message: %O\n", what);
catch {
if (async_callbacks[(int)what[1]])
async_callbacks[(int)what[1]](@.ASync["decode_"+what[1]](what[2..]));
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment