You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntroducedServer::new_with_opts, Server::new_with_opts_async and the ServerOpts struct to allow configuring the server host, port and enabling auto-asserts (see next item)
Added the assert_on_drop server option that allows you to automatically call assert() whenever your mocks go out of scope (defaults to false)
ExposeServer::socket_address() to return the raw server SocketAddr