Harendra Kumar Kanojiya
Results
1
comments of
Harendra Kumar Kanojiya
The message is being sent before the connection is established. in init function change setTimeout to 1000ms ` setTimeout(() => { var data = {'type' : 'login', 'name': userLogedIn}; conn.send(JSON.stringify(data));...