-
Notifications
You must be signed in to change notification settings - Fork 6
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
Need task queues for go-fula #45
Comments
@farhoud thank you for this detailed description of the issue. |
@mehdibalouchi I think we need both:
and Session needed to handle:
I think Session can be part of the protocol and Task Management can be part of API. |
If I'm understating correctly, Task Management happens on the client side, and the Session management is handled by the Blox. If this is the case, then both the client and the blox should be aware of the sessions, therefore it has to be included in the protocol specification. |
@mehdibalouchi |
Problem
go-fula/mobile is based on a P2P network and targets mobile devices. so we end up with a very unstable network:
With the above knowledge and test that I have done. the chance of the user calling our API and getting an error is very high.
Solution
Add task queues and task status API to go-fula/mobile
The text was updated successfully, but these errors were encountered: