Added missing IDisposables
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Discord.Net.Udp
|
||||
{
|
||||
internal class DefaultUdpSocket : IUdpSocket
|
||||
internal class DefaultUdpSocket : IUdpSocket, IDisposable
|
||||
{
|
||||
public event Func<byte[], int, int, Task> ReceivedDatagram;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user