Make WorkerIndexHtml settable? #36
Closed
softhorizons
started this conversation in
Ideas
Replies: 2 comments
|
It will be publicly settable in the next update.. |
0 replies
|
Version 2.3.0 is up with the requested change. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Nowhere near as interesting as the previous topic (SIMD), but ... in WebServiceService.cs line 134, WorkerIndexHtml is private for set, yet I can find no code that actually sets it.
Is there any reason this couldn't be publicly settable? In my case there's no index.html file nor default -- it's iframe.html. I need to set this to iframe.html in Program.cs when creating the service.
All reactions