After subscribe, a gRPC connection is created, but the streamId is only initialized after the Emitter event is triggered. This process takes some time. Calling stream.stop before the streamId is ready causes it to return silently without stopping or throwing an error.
Relevant code: src/implementation/Client/GRPCClient/configuration.ts:118