icechat / IceChat

IceChat IRC Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRCConnection need implements IDisposable

drielnox opened this issue · comments

commented

The static analysis reveals that the IRCConnection class must implement the IDisposable interface because, during their life cycle, manages other components with managed resources. Some of the resources are managed:

  • Socket;
  • SslStream;
  • Timer;
  • etc...
commented

Easy to add. Will be in next update.