mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-27 07:30:57 +01:00
chore: add a single message to signal server
This commit is contained in:
parent
3a02cc3903
commit
8ca77faab5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user