mr-j0nes

Results 25 comments of mr-j0nes

Very simple. The client does not receive any reply and times-out. The error "Failed to read HTTP status line" means there was no status line in the reply. But this...

Indeed after having had a look into this I see that the only way of making the library available to a C# application is by creating a dll which defeats...

Hi Jonathan, now I am the one apologizing for the late response, it's been crazy busy here too. Indeed that was the intended behavior of what I wanted at the...

Exactly. Now I am trying to implement a recovering logic which requires the stream to be restarted. It does not feel right to have to re-link all kernels while they...

Hi Jonathan, hope you are doing fine. I just remember this change and wanted to know if there is something there that I can test ? Is the feature already...

Hi there, just another user here. You might put all the possible operations in a std::map, then create a generic class that inherits from raft::kernel. That class could accept a...

Hi there, thanks for the answer, no need to be sorry. Exactly a way of synchronization is what I am looking for. Unfortunately `a` does not know how many elements...

I see what you mean. Well as a user, even better to have it in the library. So yet another thing for the list of cool stuff to add to...

Hi there, how about inheriting all your kernels from a super-kernel where you can spy all you want. This super-kernel will have the run() method, from which you will call...

Hello. After 2 years is there any plan to implement the code for .NET 6?