SubverseIM / Subverse.NET

An example implementation of the Subverse Network written in C# .NET for Core v8.0+
https://subverse.network
The Unlicense
4 stars 1 forks source link

Fix local congestion of outbound SIP messages #27

Closed IsaMorphic closed 3 weeks ago

IsaMorphic commented 3 weeks ago

This PR fixes a significant issue with the SIP bridge code that causes local congestion of outbound SIP requests and responses. This issue was caused by indefinitely waiting for Entity responses from the destination peers. Now it is fixed by timing out after 5 seconds of waiting.