mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 18:41:41 +02:00
chore: add a single message to signal server
This commit is contained in:
@@ -30,7 +30,7 @@ func NewServer() *SignalExchangeServer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *SignalExchangeServer) Connect(context.Context, *proto.Message) (*proto.Message, error) {
|
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 {
|
func (s *SignalExchangeServer) ConnectStream(stream proto.SignalExchange_ConnectStreamServer) error {
|
||||||
|
Reference in New Issue
Block a user