Thanks for the info.
Not so long ago I made one hobby project with can bus and ESP32 using Arduino.
It worked well because it was very simple application, to show on led display number received from CAN(DRO for milling machine).
But if messages arrived faster that I can process them I saw garbage data.
I was suppressed that I was not able to find information for CAN FIFO size inside ESP32.
Also I was expecting some messages to be lost not to get garbage.
I know that Arduino libraries are not highest quality but want to know your experience about communication stability with ESP32?
What software stack are you using on ESP32?