console animation performance fixes #33
Merged
Annotations
4 warnings
|
daemon/rc2-core/RC2Server.cs#L70
'WebSocketServer.AddWebSocketService<TBehavior>(string, Func<TBehavior>)' is obsolete: 'This method will be removed. Use added one instead.'
|
|
daemon/rc2-core/WebRTC.cs#L293
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
daemon/rc2-core/WebRTC.cs#L165
'AudioEncoder.Resample(short[], int, int)' is obsolete: 'No longer used. Use SIPSorcery.Media.PcmResampler.Resample instead.'
|
|
daemon/rc2-core/WebRTC.cs#L140
'AudioEncoder.Resample(short[], int, int)' is obsolete: 'No longer used. Use SIPSorcery.Media.PcmResampler.Resample instead.'
|
The logs for this run have expired and are no longer available.
Loading