You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is some form of regression, but I get a timeout when running the command from the Readme:
⋊> ~ curl -XPOST -H "Content-Type: application/json" localhost:9000/orders/place -d '{ "item":"Pizza Margherita", "quantity":1 }' 16:12:42
The server was not able to produce a timely response to your request.
Please try again in a short while!⏎
I'm not sure if this is some form of regression, but I get a timeout when running the command from the Readme:
The logic behind it is quite specific:
Adding the timer works fine, but the next request is never called. Calling only the entity (without the timer) also works fine.
The text was updated successfully, but these errors were encountered: