TimonNoethlichs
Results
1
comments of
TimonNoethlichs
Ah, great news! I can trigger it with the library itself: Sending one message from the server: ``` ssl_server_.Get("/silent", [](const httplib::Request& http_request, httplib::Response& http_response) { http_response.set_chunked_content_provider( "text/event-stream", [initial_message_sent = false](size_t...