mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Add comment
This commit is contained in:
@ -62,7 +62,7 @@ namespace NSNetwork
|
||||
virtual ~IListener() {}
|
||||
};
|
||||
|
||||
// type : { "ixwebsocket" | "socketRocket" }
|
||||
// type : { "ixwebsocket" | "socketRocket" | "socketio" }
|
||||
KERNEL_DECL std::shared_ptr<IWebSocket> createWebsocket(const std::string& type, std::shared_ptr<IListener> listener, const std::string& url = "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user