Run a blocking httpuv loop for a Feishu callback endpoint.
This helper is intended for local demos and manual integration testing.
run_feishu_webhook_server(
runtime,
host = "127.0.0.1",
port = 8788,
path = "/feishu/webhook",
poll_ms = 100
)Invisible server handle. Interrupt the R process to stop it.
A ChannelRuntime with a Feishu adapter registered.
Bind host.
Bind port.
Callback path.
Event loop polling interval in milliseconds.