isPeek property
Interceptor (isPeek true)
/
|
(Server) -----> (Cache pool) -----> Interceptor (isPeek false)
true receive event from server directly deliver, false will deliver by sse cache pool SSECacheDeliverer
Set this property must be pay attention SSEInterceptor add to chain before open sse stream.
Implementation
bool isPeek;