English 中文(简体)
为什么向Stack提供网络处理器的多次要求失败?
原标题:Why do multiple requests to ServiceStack http handlers fail?

我用多个项目核实了这种行为,包括Windows Service AppHoststarter Template(未修改)项目。 最初的请求胜过,显示“飞跃”网页,但随后的请求从未完成。

简单地照搬这一设想。 Just exercise the first request to http:// localhost:83。 你们看不出的ToDO页,就会被罚款。 现在,在浏览器中“再次”被击中,现在你应当看到这一请求永远不会通过。 如果通过甚高分辨率运行,请看投射窗口的反对意见。

最新服务编码数据库是否存在问题?

最佳回答
问题回答

暂无回答




相关问题
Does ServiceStack support binary responses?

Is there any mechanism in ServiceStack services to return streaming/large binary data? WCF s MTOM support is awkward but effective in returning large amounts of data without text conversion overhead.

How do you implement authentication in servicestack.net

I m investigating servicestack.net - but it s examples and articles don t seem to cover authentication - is this something handled by servicestack.net - and if so how? In particular I m interested in ...

Redis Expire does not work

I use ServiceStack.Redis (build from the latest sources: https://github.com/ServiceStack/ServiceStack.Redis/tree/master/src). I do something like this: CacheRecord foundKey = cacheRecords.GetById(...

ServiceStack: how to deal with errors?

I m using ServiceStack with great results so far, except that dealing with errors is seemingly tricky. If something goes wrong during serialization of a message (because I forgot to add a default ...

ServiceStack.Text JSON parsing on .Net 4.0

H chaps, I am trying to use ServiceStack.Text for JSON parsing (it seems to be performing better than JSON.Net in various benchmarks I have seen). But I am not getting the results I am expecting. The ...

热门标签