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
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