TCP and websocket servers currently keep sending the same content after their delay has passed.
They should also support
- one-off responses like "write 100 bytes, then close the connection"
- or sequences like "respond with connection-refused 3 times, then accept it"
etc. to allow more complex test scenarios.
TCP and websocket servers currently keep sending the same content after their delay has passed.
They should also support
etc. to allow more complex test scenarios.