Non-blocking event logging during serverside rendering
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
Hi, I'm building a library for use in server components, and I'm wondering how it might be possible to make a request to a remote server for eg. event logging as a result of one of the library's functions being called during the rendering of a serverside component, without blocking the render. I want to guarantee that the event request is finished before the server closes, but I want to allow the rendering response to be sent to the client without waiting for the events to finish sending.