Emia

Results 167 comments of Emia

ok @a72 so maybe then only issue is that 500 is processed before 100. I thought something with ACK is issue. This is because responses are processed parallel. I am...

Each response is handled as go routine. This was moved before transaction processing (previous versions had this after), but on other hand this actually gained performance on benchmarks. In real...

Hi Andreas. Thanks for looking at this. I unfortunately know what could trigger you todo this. I am not sure did you work on 1.0.0, but there was fix added...

Hi @samuhvarta . Thanks for reporting. Yeah it is just not something always checked. Maybe example needs to rechecked. Building proxy should not be complex. All you need to have...

Hi @disacod . Ok I see your point. Probably even better error handling should be done as well, but even if we fix order, your client should threat them as...

Like a bomb :), just we are almost at 1.0.0 and I am now not sure where to go with this. I like the performance improvements and all and would...

@dennwc if you can pls rebase, but if you find some werid conflicts let me know. I had some maybe renaming of stuff. I want to consider merging this soon.

hey @dennwc it is on my list. Holidays and my focus was else where. I think I will find time this week. ;)

Hi @bv-ngv , yeah it is some leftover, but now I see it needs to be addressed. SIP has different recommendations depending on protocol. This will be covered in next...

Hi @bv-ngv current main branch now has fixes, that is RFC 18.2.2 . Normally your case is affected because of UDP, so it was overlooked. This needs more testing, so...