dpatel20

Results 4 comments of dpatel20

Thanks, I thought I was missing something! You can close this issue or leave it open until the docs issue is resolved.

According to [this page](https://support.vector.com/kb?id=kb_article_view&sysparm_article=KB0011439&sys_kb_id=663313f687b33c10b9f233770cbb3582&spa=1): > You have a program that writes messages very quickly to the buffer so that the data rate of the real bus is exceeded (e.g. while-/for-loops)....

Are you using `can.player` or have you created your own player using `MessageSync` class? The Vector driver (used by python-can under-the-hood) does use the transmit queue you mention. However, if...

If CANoe is able to handle it without showing any buffer full errors, then it suggests an issue with your code. Is there a reason you are not using the...