Skip to content

Commit 252e47f

Browse files
Merge pull request #828 from thedadams/complete-sdk-server-run
fix: complete the SDK server options on run
2 parents f2bfa9f + e83fe65 commit 252e47f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/sdkserver/server.go

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ type Options struct {
3232

3333
// Run will start the server and block until the server is shut down.
3434
func Run(ctx context.Context, opts Options) error {
35+
opts = complete(opts)
36+
3537
listener, err := newListener(opts)
3638
if err != nil {
3739
return err

0 commit comments

Comments
 (0)