sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.42k stars 431 forks source link

Naming convention of async methods #1080

Closed ElDuderinoBerlin closed 6 months ago

ElDuderinoBerlin commented 6 months ago

Hi,

is there a reason why you've broken the naming convention rule of naming async methods not Async?

It's a little bit confusion because you can miss an "await" when you not explicitly look at the return type.

Regards

sipsorcery commented 6 months ago

https://www.ietf.org/rfc/rfc3261.txt + https://code.visualstudio.com/ = do it however you want