Add recipe to send action to the client from server
Closed this issue · 0 comments
ai commented
We need an example out of standard server.type
logic. Something like:
service.on('message', data => {
server.log.add(action, { client: clientId })
})