Open preetb123 opened 8 years ago
You can specify a delay by passing in network type when starting server
for example: AndroidStubServer.start(this, NetworkType.EDGE)
or NetworkType.UMTS
or other value from https://github.com/byoutline/MockServer/blob/master/src/main/java/com/byoutline/mockserver/NetworkType.java
AFAIK specifying "delay" in config.json
was never supported. Is this a feature request?
it is nice to have. Could you please add it? This would allow different requests to have different time delay before the response is sent.
Delay is not being applied when server sends the response.