Davit Asryan
Davit Asryan
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Please reference the issue this PR will close: #_[issue number]_ **Special notes for your reviewer**: **Does...
**What would you like to be added**: I would like to have the ability to add multiple Postgres database health checks **Why is this needed**: In some scenarios the application...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Sometimes...
Hi, I maintain a library called [SimpleR](https://github.com/vadrsa/SimpleR). In a nutshell, it is a fork of SignalR without the custom protocols allowing you to write very fast pure WebSocket servers. So...
Currently Enum name cleanup follows the same naming cleanup logic as classes for example, meaning invalid characters like ':' are just removed. But Enum names are generally important to keep...
Hi, I maintain a library called [SimpleR](https://github.com/vadrsa/SimpleR). In a nutshell, it is a fork of SignalR without the custom protocols allowing you to write very fast pure WebSocket servers. So...
The following code in `WebSocketServerTransport.cs` results in some of the empty messages being skipped. ```cs // Do a 0 byte read so that idle connections don't allocate a buffer when...