We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abeea26 commit 03bf4e2Copy full SHA for 03bf4e2
packages/restate-sdk/src/endpoint.ts
@@ -100,7 +100,7 @@ export interface RestateEndpoint extends RestateEndpointBase<RestateEndpoint> {
100
* environment variable. If that variable is undefined as well, the method will
101
* default to port 9080.
102
*
103
- * This method's result promise never completes.
+ * The returned promise resolves with the bound port when the server starts listening, or rejects with a failure otherwise.
104
105
* This method is a shorthand for:
106
0 commit comments