Skip to content

Commit

Permalink
chore: add a single message to signal server
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Apr 19, 2021
1 parent 3a02cc3 commit 8ca77fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signal/signal.go
Expand Up @@ -30,7 +30,7 @@ func NewServer() *SignalExchangeServer {
}

func (s *SignalExchangeServer) Connect(context.Context, *proto.Message) (*proto.Message, error) {
return nil, status.Errorf(codes.Unimplemented, "method Receive not implemented")
return &proto.Message{}, nil
}

func (s *SignalExchangeServer) ConnectStream(stream proto.SignalExchange_ConnectStreamServer) error {
Expand Down

0 comments on commit 8ca77fa

Please sign in to comment.