-
Notifications
You must be signed in to change notification settings - Fork 55
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
rpc on websocket don't work #74
Comments
Thank you @Zhairgling for reporting. I am just back from vacation and checking in your issue shortly. |
Any update on this issue!? |
Is there any update? |
Bump |
This issue has been reported in an older version than the latest available on pub.dev, (1.1.0 released on the Mar 21). Also, many improvements and bug fixes have been pushed to
I am not certain if this will resolve the issue, so I will attempt to reproduce it and see if it needs further investigation. |
Just ran into the same bug (1.1.0 from pub.dev). I'll try it tomorrow with the main branch and report back/eventually fix it. |
Same behavior on the main branch, I'll dive into it. |
Might refactor this library a bit in the near future to make use of some generics, but that PR should do for now. |
Describe the bug
when I make a rpc call using websocket, I can see in the server log that I have the request and the nswer is sent but the flutter app never receive it.
Reproduction Code
Note: This is mandatory! If your issue does not contain it, it will be closed.
Example:
Expected behavior
see "hello world " in the flutter debugconsole
The text was updated successfully, but these errors were encountered: