(id uuid.UUID)
| 784 | } |
| 785 | |
| 786 | func PrebuildClaimedChannel(id uuid.UUID) string { |
| 787 | return fmt.Sprintf("prebuild_claimed_%s", id) |
| 788 | } |
| 789 | |
| 790 | // WaitForReinit polls a SSE endpoint, and receives an event back under the following conditions: |
| 791 | // - ping: ignored, keepalive |
no outgoing calls