Closed
Description
DefaultPubSubRpc,get
returns a Future
such that Future.get()
returns null
if the resource was not found. In PubSubImpl
.
In PubSubImpl transform the result using (Topic/Subscription).fromPbFunction()
which do not handle the null
case.