3.4.1
Changed
- Use
static
closures as much as possible to reduce the probability of creating circular references by capturing$this
as it can lead to memory root buffer exhaustion.
static
closures as much as possible to reduce the probability of creating circular references by capturing $this
as it can lead to memory root buffer exhaustion.