Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sendMsgToGateways (0.42 sec)

  1. test/fixedbugs/issue33355.go

    	sl    *Sublist
    	qsubs int
    }
    
    type Sublist struct {
    }
    
    type SublistResult struct {
    	psubs []*subscription
    	qsubs [][]*subscription
    }
    
    var subPool = &sync.Pool{}
    
    func (c *client) sendMsgToGateways(acc *Account, msg, subject, reply []byte, qgroups [][]byte) {
    	var gws []*client
    	gw := c.srv.gateway
    	for i := 0; i < len(gw.outo); i++ {
    		gws = append(gws, gw.outo[i])
    	}
    	var (
    		subj       = string(subject)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 01 02:15:18 UTC 2019
    - 2.5K bytes
    - Viewed (0)
Back to top