static void apply(Observer& obs, const boost::system::error_code& error)
 {
   obs.connection_failure(error);
 }