mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 19:48:03 +00:00
New faster and scalable WebSocket engine.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "framework/ConfigurationValidator.h"
|
||||
#include "SerialNumberCache.h"
|
||||
#include "JobController.h"
|
||||
#include "WebSocketClientServer.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -35,7 +36,8 @@ namespace OpenWifi {
|
||||
SerialNumberCache(),
|
||||
SecurityDBProxy(),
|
||||
AutoDiscovery(),
|
||||
JobController()
|
||||
JobController(),
|
||||
WebSocketClientServer()
|
||||
});
|
||||
}
|
||||
return instance_;
|
||||
|
||||
Reference in New Issue
Block a user