Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed boxing allocations inside
FSM
(#6183)
The `object.Equals` call here generated hundreds of mb in boxing allocations inside RemotePingPong - using the `EqualityComparer<TState>.Default.Equals` eliminates them.
- Loading branch information