fabric8io / mockwebserver

An extension of okhttp's mockwebserver, that provides a DSL and is easier to use
Apache License 2.0
113 stars 38 forks source link

fixed waitFor to set time delay on WebSocketMessage #19

Closed chadford closed 6 years ago

chadford commented 6 years ago

messages were being emitted immediately and this seemed to fix the issue

sorry, didn't add any tests