Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
In the documentation, it is said that C# binding is compatible with .Net 2.0. However, it is not because the class BlockingCollection is used in the files "UdpConnection.cs" and "UdpListener.cs", and that class is only available starting with .Net 4.0.
Being compatible with .Net 2.0 allow to use Etch in project where it is impossible to have an updated version of .Net (eg. Mono, Windows Compact Framework, ...)
To fix the issue it should be enough to replace the BlockingCollection by a collection available in .Net 2.0 handling the concurrency through locks.
Attachments
Attachments
Issue Links
- is related to
-
ETCH-266 Add Unit tests for UdpConnection
- Open