Skip to content

Make AimX remote access spawn free#118

Draft
lxsaah wants to merge 2 commits into
mainfrom
114-make-aimx-remote-access-spawn-free
Draft

Make AimX remote access spawn free#118
lxsaah wants to merge 2 commits into
mainfrom
114-make-aimx-remote-access-spawn-free

Conversation

@lxsaah
Copy link
Copy Markdown
Contributor

@lxsaah lxsaah commented May 26, 2026

No description provided.

- Updated the WS client connector to eliminate the use of tokio::spawn for background tasks.
- Introduced a nested FuturesUnordered to manage the read, write, keepalive, and reconnect loops.
- The connect method now returns a tuple containing the connector and its associated future.
- Enhanced the reconnect watcher to send new loop information to the outer future, allowing for seamless reconnections without spawning new tasks.
- Updated documentation to reflect changes in the connector's architecture and task management.
@lxsaah lxsaah linked an issue May 26, 2026 that may be closed by this pull request
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make AimX remote-access spawn-free

1 participant