new ServerReadableStream(call, deserialize)
A stream that the server can read from. Used for calls that are streaming
from the client side.
Parameters:
| Name | Type | Description |
|---|---|---|
call |
grpc.Call | The call object to read data with |
deserialize |
function | Deserialization function for reads |
- Source: