Boris Letocha
Boris Letocha
So this is reproducible only on Linux? (what runtime?)
I am sorry. I don't have time to find workarounds for mono Tcp/Ip Stream bugs myself. I am still hoping that DNX will have correct cross platform implementation ...
Till now I accepted all pull requests. So for sure I would accept your pull request!
Hi, This is actually not really part of official Owin standart, so it would be nice is you would add it if you need it :-) I think all changes...
It could be in that `capabilities` dictionary. You get them in each request, but I don't think it should be usefull there for anything (https://github.com/Bobris/Nowin/blob/master/Nowin/OwinEnvironment.Generated.tt#L29), you already have owin.CallCanceled
And how to find out that server is disposing just subscribe in https://github.com/Bobris/Nowin/blob/master/Nowin/OwinServerFactory.cs#L79
@serialseb Problem is that Nowin is just server not host or builder, so I am no sure to which Dictionary I should place this (in per request it would be...
You mean TCP/IP listening port? That's you choosing. Then there is client port then somebody connects to Nowin but that's choosen by client and you can get it from owin...
I will probably try it in future, but because aspnetcore50 has its own web server it will be probably only curiosity.
https://github.com/aspnet/Entropy/tree/dev/samples/Owin.Nowin.HelloWorld