Roman

Results 4 issues of Roman

EndReceiveFrom() will never be called here, because AsyncCallback is null: https://github.com/sipsorcery-org/sipsorcery/blob/96ea5d7e81406a077c7571819f07f36ab39b7e89/src/sys/Net/NetServices.cs#L503 https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socket.endreceivefrom?view=net-6.0 Before calling [BeginReceiveFrom](https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socket.beginreceivefrom?view=net-6.0), you need to create a callback method that implements the [AsyncCallback](https://docs.microsoft.com/en-us/dotnet/api/system.asynccallback?view=net-6.0) delegate. This callback method...

 SIPSorcery.Net.UnitTests.SctpDataSenderUnitTest.SmallBufferSend  Source: SctpDataSenderUnitTest.cs line 39  Duration: 1 sec Message:  The collection was expected to contain a single element, but it contained more than one element. Stack Trace:  SctpDataSenderUnitTest.SmallBufferSend() line 52...

help wanted
tests
investigation

Hello! How may I specify different Google CliendId, if my application runs on several platforms? From Google Cloud -> Create OAuth client ID: `A client ID is used to identify...

Will the library work for providing authentication for blazor web assembly applications? (I don't see any restrictions, but the README says that it works only for mobile, so here comes...