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

Update to OkHttp 3.5.0 #7

Closed rhuss closed 7 years ago

rhuss commented 7 years ago

The handling for WebSocket has been completely changed. Actually it makes many things much simpler, however I have still timing issues, so that the unit test is succesful only from time to time.

It would be awesome if someone can check whether the migration makes sense.

Also in InlineWebSocketSessionBuilder I suspect an issue in waitFor(). See the comment there for more details.