dotnet-websharper / owin

Wrappers for hosting WebSharper sitelets and remoting components in OWIN projects
Apache License 2.0
10 stars 9 forks source link

Avoid re-initializing Remoting and Sitelet middleware on every call, without changing middleware types #6

Closed Tarmil closed 9 years ago

Tarmil commented 9 years ago

See the discussion here: this is an alternate implementation based on this websharper change that moves the creation of the remoting server from the middleware to Options.

cata commented 9 years ago

@Tarmil - please see comments @ #5