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

Support custom ExecutorService and more friendly DSL #24

Closed bytewired closed 6 years ago

bytewired commented 6 years ago

Hi, in this pull request I added the new method immediately () as a shorted form of waitFor (0). Also added support custom ExecutroService for WebSocket if has a need to run WebSocket on a custom thread.

bytewired commented 6 years ago

ping @iocanel