Kevin Quick

Results 96 comments of Kevin Quick

Hi @TTimo , Please try editing thespian/system/transport/UDPTransport.py line 166 to change the value from a 1 to a 0 so that the line reads: ```python ss.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 0) ``` I...

Excellent!! Thanks again for your patience and help with this. I'll get these changes committed and your PR merged today or tomorrow and put out a bugfix release.

I'm happy to hold off on a release until things are looking better on your end. Also as a note, these tests are pretty heavy-weight because they are primarily functional...

@TTimo , I just released Thespian 3.9.8 which contains the socketopt change above. If you still have time to work on this, I'm happy to continue investigating the issues you've...

Thanks @TTimo. That's a lot of good info. I'm setting up some local Windows access to research those issues you are still seeing, because it's definitely not what I was...

I hadn't been familiar with TestProbe, but it does look like it could be useful for testing based on a quick assessment. I think the main challenge will be determining...

Any assertion in an Actor will manifest as an exception: Thespian will re-instate the actor and try delivering the message again, and on the second failure it will re-instate the...

Hi @KorbinianK, Your situation is related in that it's hard to supply the information that would help you diagnose this directly, and it's also having some subtle effects. * The...

Thanks for the nudge, @pjz. Thespian is already moderately resilient to failures in member nodes for the Convention, it's just the Convention Leader that is a singular component that must...

Good info, thanks @pjz. I'll go through your detailed responses in more depth soon for any followups. I want to be careful not to overpromise and to be clear on...