useStream<I, O, SelectOutData>(methodSig, input?, __namedParameters?): UseQueryResult<SelectOutData, ConnectError>
A React hook to manage gRPC streaming within components. It handles opening and closing streams,
updating response states, and manages errors. The hook also integrates with react-query for global state management.
A React hook to manage gRPC streaming within components. It handles opening and closing streams, updating response states, and manages errors. The hook also integrates with react-query for global state management.