DoeWayne

Results 5 comments of DoeWayne

The problem is there are so many BLE devices, I do not know exactly which message depends to which device. It might be good to add for each message the...

![image](https://user-images.githubusercontent.com/32009137/95514938-1b837100-09bd-11eb-9159-a877b6a0ae1b.png) Just that.

This problem do not happen on each windows system. I got three environments and the problem only exist on one system. So there would be no specific example code which...

> Perhaps if you could compile the library while adding logs to the failing code it would help in tracking down the cause: We did this already: Entry is trying...

Here some more test we did ```csharp if (options.ExtractFullPath) { var folder = Path.GetDirectoryName(entry.Key.NotNull("Entry Key is null")) .NotNull("Directory is null"); var destdir = Path.GetFullPath(Path.Combine(fullDestinationDirectoryPath, folder)); Console.WriteLine($"folder: {folder}"); Console.WriteLine($"Check fulldesdirpath: {Path.Combine(fullDestinationDirectoryPath,...