Adam Harwell

Results 13 comments of Adam Harwell

Also -- it would be ideal if condition could be a regex matcher or something for the log output. For example, scanning the output for `.*dial tcp: i/o timeout.*` (and...

So, I had this problem and I tracked it down in my own app to a specific new behavior around detection of whether the socket should be SSL or not....

> Ah I finally found the right issue that's tracking this problem, this also occurs in https://github.com/screepers/python-screeps. > > I've tracked it down (and bypassed for testing purposes) to lines...

I imagine it will fix things for me, but I wish I was more certain that the URL using ws/wss is guaranteed to be accurate. Is this 100% required by...

> @rm-you The ws/wss at the start of the URL is just like http/https in front of most web URLs. Without ws/wss/http/https, it is unclear what protocol should be used....

I've created a CR to address this in my project. If anyone else is running into this issue, doing this solves it for me. https://review.opendev.org/#/c/665915/ I wonder if I'm the...

That might be a decent approach for all of these cases -- instead of *not importing*, maybe import dummy classes instead, that are basically just frameworks for future support with...

I am having almost exactly the same problem. Amazon Linux 2023 `Linux ip-10-200-0-210.ec2.internal 6.1.79-99.167.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 12 18:15:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux` ` $ cat...

Still hoping to see this! Let me know if there's anything I can do to help, though I'm not sure about your release process, and I assume it's something a...