Rafael Nicoletti
Rafael Nicoletti
Hi guys, I found an issue with sip destination domain change in "To" request attribute. The use case in which I found the bug is: ``` ruby def (OverSIP::SipEvents).on_request request...
Hi, Can you please take a look at this PR? I updated the project to support .net core (running on linux). For what I tested (basic auth, say, play, hangup)...
Hi, I had a problem in production when user sent header containing commas, even if the separator is a semicolon. This pull request select the first separator found in the...
Are there plans to support monodevelop? Im trying to use monodevelop as replacement for visual studio but it does not come with support for external dependencies.
Steps to reproduce: class Reference{ public TKey ID{get;set;} public string Type { get {return typeof(TType).Name;} set{ } } } class User{ int ID{get;set;} string Name{get;set;} Reference Language{ get; set; }...
When a field is added to the document and the object does not have this property, first, an OutOfmemoryException is thrown, then various errors occurs in other object deserialization that...
As this site states (http://insights.oetiker.ch/linux/fadvise/) when you call fposix_advise, you need call fdatasync before as the system may ignore advise if it cannot comply
Expected behavior: Make lot of log events. Actual behavior: High memory consumption and logging stops. https://github.com/asukhodko/serilog-sinks-logstash-http/blob/36d8651a3a6aa5a7f308851132beb856f395383c/Serilog.Sinks.LogstashHttp/Sinks/LogstashHttp/LogstashHttpSink.cs#L84 According to this line, you just send one log event per call. By creating...