update many stuff

This commit is contained in:
Leifer Mendez
2022-04-15 11:57:32 +02:00
parent 9b0b7f4d54
commit fe7567e1a9
8 changed files with 174 additions and 206 deletions

View File

@@ -1,6 +1,7 @@
const connectionReady = (cb = () =>{}) => {
console.log('Listo para escuchas mensajes')
console.log('Client is ready!');
console.log('🔴 escribe: hola');
cb()
}