Andrea Balducci

Results 8 comments of Andrea Balducci

Same problem. Had to disable TSL to upload successfully a file. This is the log for UploadFileAsync with FtpRemoteExists.Overwrite and FtpVerify.Retry options. ``` 2021-12-02T10:53:38.826Z >> [FTP Session 49 127.0.0.1 admin]...

was unsure. first checked on issues, then forked the doc, then checked again the sources. At first my suggestion was for throwing an exception if context was used to RequestAsync...

Usually in my code **every** RequestAsync has a timeout / cancellation token, I've checked the sources and PoisonAsync doesn't use a CancellationToken. Tried `await context.RequestAsync ( context.Self, PoisonPill.Instance, CancellationTokens.WithTimeout(200) );`...

Mongodb bug, PR waiting https://github.com/mongodb/mongo-csharp-driver/pull/297

Step 1: build running Todo: should fail on errors

It's something we're talking about for 1.0 with some refactorings.

On SQL Server: Datareader with idempotency turned off could find some NULL values. `Data is Null. This method or property cannot be called on Null values.` Reader should handle nulls...

Related to https://github.com/sebastienros/jint/issues/1305