serverless / components

The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
https://www.serverless.com
Apache License 2.0
2.31k stars 182 forks source link

fix: hacker way to solve cn dev command doesn't work sometime #990

Closed bodyno closed 3 years ago

bodyno commented 3 years ago

https://app.asana.com/0/1200011502754281/1200168199767455/f

Hacker way to solve cn dev command doesn't work sometime.

Use setTimeout to solve this problem now. Later will be careful find a better way to solve it.

image

zongUMR commented 3 years ago

Could you explain why the dev mode does not work sometimes and we can use setTimeout to resolve it?

bodyno commented 3 years ago

Could you explain why the dev mode does not work sometimes and we can use setTimeout to resolve it?

Now use setTimeout can solve problem. The bug is on server side. I will keep find and solve the problem on server side.