statianzo / Fleck

C# Websocket Implementation
MIT License
2.28k stars 583 forks source link

Fix V3074, V3114 warnings from PVS-Studio Static Analyzer #206

Open AdmAlexus opened 6 years ago

AdmAlexus commented 6 years ago

Hello. I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio.

Warnings: V3074 The 'ISocket' class contains 'Dispose' method. Consider making it implement 'IDisposable' interface. ISocket.cs 11

V3114 IDisposable object 'memoryStream' is not disposed before method returns. Hybi13Handler.cs 29