bigworld12

Results 9 comments of bigworld12

first of all thanks , the whole problem was "Run as administrator" , yes actually all the libraries work , they aren't just run as administrator (i recommend using this...

yeah i think this is a language limitation, c# also has the same problem valid : ```csharp class BlocBuilder where TBloc : Bloc ``` invalid: ```csharp class BlocBuilder where TBloc...

I completely agree to this, but by .net core, are you referring to .net standard for `Catel.Core` or .net core ?

well based on this article here https://devblogs.microsoft.com/dotnet/introducing-net-5/ .net standard will remain, and .Net 5 will replace .net framework and .net core

Any news on this ? recently hit this up trying to port MSTest project to .net core 3

@cdrnet which one of them ? (the matrix is square and non-symmetric) @ajos6183 i already used that but it doesn't have UMFPACK so it gave poor performance with larger matrices...

i am having the same issue,i tried even calling Disconnect manually and nothing

I have used the pattern (id, packet length,packet content) in the past, it's actually safer to handle because I always know what I will read. to solve the disconnect notification...

maybe you can use some of the limit bytes like 255 or something like that