Skip to content

Commit 23fd7b3

Browse files
authored
Cancellation token to AsyncPump (#4)
* Added cancellation token to AsyncPump method * Async pump with cancellation token * Cancellation token tests * LawoTest Project cancellation token and .net 7 * Minor assembly issues
1 parent 23d21da commit 23fd7b3

File tree

26 files changed

+308
-249
lines changed

26 files changed

+308
-249
lines changed

src/EmberLibConsumer.net/Lawo.EmberPlusSharp/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
using System.Reflection;
99
using System.Runtime.InteropServices;
1010

11-
// General
12-
//[assembly: AssemblyTitle("Lawo.EmberPlusSharp")]
13-
[assembly: AssemblyDescription("")]
14-
1511
// CA enforced
1612
[assembly: CLSCompliant(true)]
1713

0 commit comments

Comments
 (0)