Mihai Bişog

Results 8 comments of Mihai Bişog

You are right, the behavior itself is not directly related to pytest-asyncio itself. What I want to point out however is that, at least to my knowledge, there is no...

Mhm, good point about the timeout on `join`, it would work in this case. Adding a per-test timeout would actually solve this issue in general, though arguably it can become...

Also, @Tinche, I got eager and overlooked this part of your comment: > I don't think you should use a fixture for this. If it can fail a test, it...

You should adapt your read strategy based on the capabilities of the device that you're interacting with (supported services, max apdu length accepted, segmentation and number of segments). In the...

I recall seeing this packet 'clipping' behavior in the past when sending datagrams of a size that was greater than the underlying MTU of the IP network (typically this is...

Mhm, just so I understand correctly, these `control_` methods would act just as a way to pass custom messages between downstream/upstream directly connected "elements"? Am I right in thinking that...

Thanks for the quick follow-up! Regarding the length of a name, I would say it doesn't matter if it's on the function or on the index. In this situation I...

For anyone looking for a workaround, what worked for me was to rebuild (the latest version of) static tcpdump and use that instead of what's shipped with the plugin: 1....