| 127 | } |
| 128 | |
| 129 | fl::vector<u32> HttpStreamServer::getClientIds() const { |
| 130 | return mNativeServer ? mNativeServer->getClientIds() : fl::vector<u32>(); |
| 131 | } |
| 132 | |
| 133 | int HttpStreamServer::sendData(fl::span<const u8> data) { |
| 134 | if (!isConnected()) { |
no outgoing calls
no test coverage detected