-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
refactorMarks an issue as a refactoring issue; it is not critical by itself.Marks an issue as a refactoring issue; it is not critical by itself.
Description
Affecting mainly Connection.cs and UdpConnection.cs (that ive seen so far). In internal methods there are remenants of a write lock (in parameters and unused fields or properties). Im assuming this is from the now-obsolete connection locking feature. These should be removed (or at least marked Obsolete) for the next release, so as to simplify and clean up the internal API.
Metadata
Metadata
Assignees
Labels
refactorMarks an issue as a refactoring issue; it is not critical by itself.Marks an issue as a refactoring issue; it is not critical by itself.