Browse Source

Corrected Spelling Error

pull/1202/head
ComputerMaster1st 6 years ago
parent
commit
49c033a8e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Net/DefaultUdpSocket.cs

+ 1
- 1
src/Discord.Net.WebSocket/Net/DefaultUdpSocket.cs View File

@@ -120,7 +120,7 @@ namespace Discord.Net.Udp

_ = receiveTask.ContinueWith((recieveResult) =>
{
//observe the exception as to not recieve as unhandled exception
//observe the exception as to not receive as unhandled exception
_ = recieveResult.Exception;

}, TaskContinuationOptions.OnlyOnFaulted);


Loading…
Cancel
Save