You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, nice! I didn't realize Executor was instantiating it.
Haha, looks like my colleague Mike Wilner had something to do with that.
Some vague memories are starting to come back....
Created an issue to create a doc page for it
https:/ /github.com/connamara/quickfixn /issues/ 634
(By the way, I highly recommend you NOT use the mail list digest. We're
not very high traffic, and it's easier to follow email chains when the
subject lines don't change.)
Thanks!
On Thu, Jul 16, 2020 at 1:07 PM Nate Kershner
wrote:
Grant,
Thanks to your suggestion, I was able to get the web interface working.
All I did was follow the example in Program.cs in the Examples.Executor
project:
HttpServer srv = new HttpServer(HttpServerPrefix,
settings);
srv.Start();
//later
srv.Stop();
Please feel free to send me an off list email if you'd like any more
details, screenshots, or a copy of the page for your documentation.
Do a tutorial page on this.
Executor instantiates it, for an example.
The text was updated successfully, but these errors were encountered: