-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Expected Behavior
I don't have any warnings
Actual Behavior
I see this
DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.
Steps to Reproduce the Problem
import { DaprServer } from '@dapr/dapr'
new DaprServer({ /* ... */ }).start()start() CAN'T BE OMITTED, it doesn't start without it
Metadata
Metadata
Assignees
Labels
No labels