Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: make stream all messages sync #834

Closed
rygine opened this issue Jun 11, 2024 · 0 comments
Closed

Feature request: make stream all messages sync #834

rygine opened this issue Jun 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rygine
Copy link
Collaborator

rygine commented Jun 11, 2024

Is your feature request related to a problem?

napi-rs has a limitation with thread safe functions and async functions, which prevents the use of stream_all_messages_with_callback in the Node bindings. access to this function is essential for the creation of bots.

Describe the solution to the problem

make stream_all_messages_with_callback sync

Describe the uses cases for the feature

this will allow bots to be created that listen for all messages on all groups, rather than just on a single group.

Additional details

No response

@rygine rygine added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants