Skip to content

Chat response delayed over 1 minute in browser, but /global/event receives LLM reply instantly #19514

@sundoon

Description

@sundoon

Description

Problem Background
There are two computers on a local area network. I run a service on one computer using the command:
bun run dev serve --hostname 0.0.0.0 --port 4096
On the other computer, I perform the following operations:
Run curl.exe -N http://172.50.84.80:4096/global/event to listen to the global/event endpoint on port 4096 of the other computer.
Access 172.50.84.80:4096 using a web browser.
Problem Phenomenon
After sending a message in the remote chat box, the global/event endpoint receives the response from the LLM almost immediately, but the chat box takes more than a minute to display the reply.

Plugins

No response

OpenCode version

1.3.3

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

all

Terminal

all

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingwebRelates to opencode on web / desktop

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions