|
FastLED 3.9.15
|
|
inline |
Send final response and mark stream as complete (for ASYNC_STREAM mode)
| result | The final result payload (any JSON value) |
Creates a JSON-RPC response with "stop" marker: {"jsonrpc": "2.0", "result": {"value": <result>, "stop": true}, "id": <requestId>}
After calling sendFinal(), no more responses can be sent.
Definition at line 114 of file response_send.h.
References mIsFinal, mRequestId, mResponseSink, fl::json::object(), and fl::json::set().
Referenced by setup().
Here is the call graph for this function:
Here is the caller graph for this function: