Adding websocket server code, so that a gateway is no longer required. Still kind of untested. Requires websocketpp.
This commit is contained in:
@@ -50,9 +50,6 @@ public:
|
||||
|
||||
void SetCloseAfterSend(boost::shared_ptr<SessionData> session);
|
||||
|
||||
protected:
|
||||
void InternalStorePacket(SendBuffer &tmpManager, boost::shared_ptr<NetPacket> packet);
|
||||
|
||||
private:
|
||||
|
||||
boost::shared_ptr<boost::asio::io_service> m_ioService;
|
||||
|
||||
Reference in New Issue
Block a user