class Protobuf::Rpc::Socket::Server

def stop

def stop
  @running = false
  @server.try(:close)
end