Closed
Description
I compiled and run "empty" ASP.NET project on my RP2 (Windows IOT) - Hello World using Weblistener.
Unfortunatelly on some HTTP GET weblistener throw exception:
fail: Microsoft.Net.Http.Server.WebListener[0]
GetContextAsync
Microsoft.Net.Http.Server.WebListenerException: Invalid access to memory location
at Microsoft.Net.Http.Server.WebListener.GetContextAsync()
fail: Microsoft.AspNet.Server.WebListener.MessagePump[0]
ListenForNextRequestAsync
Microsoft.Net.Http.Server.WebListenerException: Invalid access to memory location
at Microsoft.Net.Http.Server.WebListener.GetContextAsync()
at Microsoft.AspNet.Server.WebListener.MessagePump.<ProcessRequestsWorker>d__22.MoveNext()
After that, dnx proces still working, but weblistener no response on next requests,
Situation appers after few correct GETs.
Metadata
Metadata
Assignees
Labels
No labels