Skip to content

Commit 0070655

Browse files
authored
Merge branch 'main' into chore/coderabbit-triage-v0.2.10
2 parents 0cffaca + 50a0594 commit 0070655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/backend/websocket/agui_proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ func listenBetweenRunEvents(projectName, sessionName string) {
11711171

11721172
for attempt := 0; attempt < betweenRunMaxRetries; attempt++ {
11731173
runnerURL := getRunnerEndpoint(projectName, sessionName)
1174-
eventsURL := strings.TrimSuffix(runnerURL, "/") + "/events"
1174+
eventsURL := strings.TrimSuffix(runnerURL, "/") + "/events/" + sessionName
11751175

11761176
req, err := http.NewRequest("GET", eventsURL, nil)
11771177
if err != nil {

0 commit comments

Comments
 (0)