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 3fd1eeb commit ce8d8cfCopy full SHA for ce8d8cf
src/implementation/Server/DaprServer.ts
@@ -99,10 +99,6 @@ export default class DaprServer {
99
await this.daprServer.stop();
100
}
101
102
- async stopServer(): Promise<void> {
103
- await this.daprServer.stop();
104
- }
105
-
106
getDaprClient(): IServer {
107
return this.daprServer;
108
0 commit comments