mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
Add pending request cleanup and config
This commit is contained in:
@@ -18,7 +18,12 @@ async fn main() -> Result<()> {
|
||||
.init();
|
||||
|
||||
// Create the base transport
|
||||
let transport = SseTransport::new("http://localhost:8000/sse", HashMap::new());
|
||||
let transport = SseTransport::new(
|
||||
"http://localhost:8000/sse",
|
||||
HashMap::new(),
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
// Start transport
|
||||
let handle = transport.start().await?;
|
||||
|
||||
Reference in New Issue
Block a user