nterry / AwesomeSockets

A fast, lightweight, and easy to use socket library for C#.
Other
156 stars 35 forks source link

Fixed broken send/receive code and removed broken and/or brittle encrypt... #5

Closed nterry closed 10 years ago

nterry commented 10 years ago

...ion routines for a future fix

Added more fixes. Send now works.

Added fix for acceptance test by removing race condition

Removed reference to unnecessary project

Removed faulty and complicated rijndael encryption for future fixing. Also removed invalid unit tests and commented out a complicated unit test for future fixing