WebSocket notification

This commit is contained in:
stephb9959
2022-04-27 15:27:16 -07:00
parent 6fd6aea01e
commit 642dd63fa9

View File

@@ -63,7 +63,7 @@ namespace OpenWifi {
uint64_t Sent=0;
for(const auto &client:Clients_) {
std::cout << "WebSocket notification: " << Payload << std::cout ;
std::cout << "WebSocket notification: " << Payload << std::endl ;
if(client.second.second == UserName) {
if(client.second.first->Send(Payload))
Sent++;