Stephen Cleary

Results 149 comments of Stephen Cleary

Good catch on checking TCP sockets. I only checked UDP, which was false on both Windows and Linux.

I'm also seeing the op's original issue on my [Disposables repo](https://github.com/StephenCleary/Disposables). I normally push changes from `master`, but also have a `reorg` branch with a pre-release v3 tag. When running...

The code was tested with only Azure OpenAI, and uses their client library. I _believe_ the APIs are very similar, but I've never verified it. I've had account verification issues...

Sorry for the silence! For some reason GH never notified me of this issue, so I just saw it... You bring up a good point, and one which makes sense....

Can you add this to the README? I believe most users will want this.

Why do you want strong-named packages?

Strong naming causes numerous serious maintenance issues for package maintainers, and for this reason I'm not going to strong name any of my libraries. For more details, see https://github.com/StephenCleary/AsyncEx/issues/229#issuecomment-748620742 My...

These improvements are in 2.1.0-2.3.0, and the backwards-incompatible changes are only usage changes that don't provide new functionality, so I'm closing this for now (and staying on 2.x for the...

I can reduce it down to 1.5, but not any lower due to NuGet's resolution rules.

Forgot to close this issue; this was fixed in v2.4.0.