André Martins
05/04/2022, 2:57 PMcoroutineContext[ReactorContext.Key]
although I was expecting that this context would be restored after calling chain.filter
on my WebFilter, meaning that whenever I put something in coroutineContext[ReactorContext.Key]?.context
it would be visible in Reactor context, but it doesn’t seem to be the case. Is there anyway to do this?André Martins
05/04/2022, 4:19 PM