Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SignalServiceV2 (0.09 sec)

  1. cmd/notification.go

    			// force == true preserves the current behavior
    			return client.SignalService(sig, "", false, nil)
    		}, idx, *client.host)
    	}
    	return ng.Wait()
    }
    
    // SignalServiceV2 - calls signal service RPC call on all peers with v2 API
    func (sys *NotificationSys) SignalServiceV2(sig serviceSignal, dryRun bool, execAt *time.Time) []NotificationPeerErr {
    	ng := WithNPeers(len(sys.peerClients))
    	for idx, client := range sys.peerClients {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 09 16:58:30 UTC 2024
    - 46.2K bytes
    - Viewed (0)
Back to top