NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

Allow not to skip disconnect errors

Open TailyFair opened this issue 3 years ago • 4 comments

Currently some of disconnect errors are skipped: https://github.com/chronoxor/NetCoreServer/blob/master/source/NetCoreServer/SslSession.cs#L742

Our use case is IoT devices with unreliable network, so these errors are very useful to us. Would you considered adding option not to skip these errors?

TailyFair avatar Feb 24 '21 11:02 TailyFair

https://github.com/yswenli/SAEA

yswenli avatar Feb 26 '21 09:02 yswenli

Do you think it's good idea to advertisement your work on others channel ?

Ilkhom-S avatar Mar 02 '21 18:03 Ilkhom-S

@chronoxor I would like to ping this issue, since it's still relevant to us. What's your opinion?

TailyFair avatar May 06 '21 14:05 TailyFair

@chronoxor would you agree with such change? I could create PR for this. If not, maybe you could add some details why these are ignored?

TailyFair avatar Aug 30 '22 14:08 TailyFair