|
|
@ -138,7 +138,6 @@ void ExtAPIService::initialize() { |
|
|
|
|
|
|
|
// On Data From Channel
|
|
|
|
DataChannelMgr::regOnChannelData([this](IDataChannel *fromch, bool binary, const char *data, size_t len) { |
|
|
|
logger->info("ondata from channel {}", fromch->getChannelName()); |
|
|
|
list<shared_ptr<WebSocket>> clients; |
|
|
|
WbesocketConnectMgrService::findClientByName(fromch->getChannelName(), clients); |
|
|
|
WbesocketConnectMgrService::findClientByName(fromch->getAlias(), clients); |
|
|
|