Open Asher978 opened 5 years ago
From what I understand, this is the correct behavior. When rebuilding, WebSocket connection will experience a short downtime.
Also this duplicate with #533
This is the normal behavior, the server restarts and the connection is lost for a short time.
From what I understand, this is the correct behavior. When rebuilding, WebSocket connection will experience a short downtime.
Also this duplicate with #533
This isn't a duplicate. This issue was related to hot reloading not working properly from components. The duplicate you referred to #533 is related to sockets connection.
This issue is still unanswered and I would like the issue to be opened again.
Hi @bertho-zero ,
Thanks for this repo but hot reload is frustrating it doesn't work. any updates on the same
I am not very available at the moment but I am open to any PR, do not hesitate to investigate.
I am not very available at the moment but I am open to any PR, do not hesitate to investigate.
Sure. Thanks
After a fresh install of this repo and running in dev ...
encountered that the Hot reload is not functioning properly. For example if I change something in LoginForm and save, I see the below in my console.
usage of LoginForm:
Any Suggestions?