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

Emit with latent callback directly in event graph #118

Closed
getnamo opened this issue Apr 8, 2019 · 5 comments
Closed

Emit with latent callback directly in event graph #118

getnamo opened this issue Apr 8, 2019 · 5 comments

Comments

@getnamo
Copy link
Owner

getnamo commented Apr 8, 2019

Instead of binding to a function we could improve the workflow in some cases by having the callback right there in the event graph context. The ideal use case would be requesting information from server akin to a http GET.

See https://github.com/getnamo/socketio-client-ue4/blob/master/Source/SIOJson/Private/SIOJRequestJSON.cpp#L218 for example C++.

@getnamo
Copy link
Owner Author

getnamo commented Jul 21, 2019

@getnamo
Copy link
Owner Author

getnamo commented Jul 21, 2019

with 5aff141 we have an unstable implementation working for USIOJsonObject for only one hanging latent action.

Requires fixes:

  • Use USIOJsonValue
  • Unlimited hanging latent actions (some might never use the callback?)

@getnamo
Copy link
Owner Author

getnamo commented Jul 23, 2019

with 70f6dd1 feature is fully implemented.

Fixed:

  • USIOJsonObject -> USIOJsonValue support
  • Support for Unlimited hanging pending actions
  • Cleanup

Merging to dev-unstable.

@getnamo
Copy link
Owner Author

getnamo commented Jul 28, 2019

@getnamo
Copy link
Owner Author

getnamo commented Sep 12, 2019

@getnamo getnamo closed this as completed Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant