Re: [Cppcms-users] How to combine SSE with the url dispatcher
Brought to you by:
artyom-beilis
|
From: Marcel H. <ke...@co...> - 2014-02-23 19:41:49
|
> cppcms::service service(argc, argv); > booster::intrusive_ptr<AsyncApp> asyncServer = new > AsyncApp(service); > service.applications_pool().mount(asyncServer); > > service.applications_pool().mount(cppcms::applications_factory<SyncApp>()); > service.run(); > I think what's missing here is a mount_point [0]. When you provide one, you should be able to access both. It would be nice if somebody else would also mention something ;) Greetings, Marcel [0] http://cppcms.com/cppcms_ref/latest/classcppcms_1_1applications__pool.html |