Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    4ef02bc1
    Introduce and use new sendReply() function for LLEventAPI methods. · 4ef02bc1
    Nat Goodspeed authored
    Each LLEventAPI method that generates a reply needs to extract the name of the
    reply LLEventPump from the request, typically from a ["reply"] key, copy the
    ["reqid"] value from request to reply, locate the reply LLEventPump and send
    the enriched reply object. Encapsulate in sendReply() function before we
    proliferate doing all that by hand too many more times.
    4ef02bc1
    History
    Introduce and use new sendReply() function for LLEventAPI methods.
    Nat Goodspeed authored
    Each LLEventAPI method that generates a reply needs to extract the name of the
    reply LLEventPump from the request, typically from a ["reply"] key, copy the
    ["reqid"] value from request to reply, locate the reply LLEventPump and send
    the enriched reply object. Encapsulate in sendReply() function before we
    proliferate doing all that by hand too many more times.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.