Commit bfcc34b
Fix loop response: service stdout is raw text, not base64
The service log API sends stdout data as plain text strings, not
base64-encoded bytes. Data(base64Encoded:) was silently returning nil
for every chunk, causing all responses to be empty.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 864845a commit bfcc34b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
| 351 | + | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments