-
Notifications
You must be signed in to change notification settings - Fork 41
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
Future pending attached to a different loop #16
Comments
Same issue here. |
Some debugging attempts thwarted. If this is working for anyone please post your environment and commits for both plugins so I can try them. Thank You! I'm testing this with just the "empty_example" script as in the Readme. Originally it had been working at After a while (and a windows reinstall) I got the future error as above. I assumed that meant I could find some working combination of versions or libraries but that doesn't seem to be the case. I'm running windows 10 latest updates. I tried various combinations of MachineLearningRemote-Unreal and SocketIOClient-Unreal and could compile at: with same future error eg
With current master in both plugins: Compilation failed with
ClearCallbacks seems to have been changed to ClearAllCallbacks which is an easy fix. However I do not know how to address Trying more combinations:
This seems to have been introduced in the fix for #13 which still produce the same future error. conda environment.yml in case that's helpful:
|
If it is working for anyone I would greatly appreciate if you can post your commits / library versions. Thanks! |
Thanks for this library!
I'm running into some troubles sending data to the hello script example.
The following is my Blueprint setup:
I start the server and receive the following log:
It seems to receive the input once and then throws an issue concerning "got Future attached to a different loop". Any ideas why this might be the case?
The text was updated successfully, but these errors were encountered: