FillFirstSelector selects the first available credential (deterministic ordering). This "burns" one account before moving to the next, which can help stagger rolling-window subscription caps (e.g. chat message limits).
| 33 | // This "burns" one account before moving to the next, which can help stagger |
| 34 | // rolling-window subscription caps (e.g. chat message limits). |
| 35 | type FillFirstSelector struct{} |
| 36 | |
| 37 | type blockReason int |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected