@@ -0,0 +1,13 @@
#pragma once
#include "fastcgi.h"
#include "sse_stream.h"
class SSEServer {
public:
SSEServer(int port, const std::function<void(std::unique_ptr<SSEStream>)>& callback);
void Serve();
private:
FastCGIServer fastcgi_server_;
};
The note is not visible to the blocked user.