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

Data sent from Python cannot be received in String.  #23

Open
ki-kadu opened this issue May 13, 2024 · 0 comments
Open

Data sent from Python cannot be received in String.  #23

ki-kadu opened this issue May 13, 2024 · 0 comments

Comments

@ki-kadu
Copy link

ki-kadu commented May 13, 2024

Please note that some parts are difficult to read due to machine translation.

Unreal Engine 5.1 is used.
Sent/received data is changed to only one String.
Cannot receive UDP send data in Python.
When UDP is sent from Python after UDP is sent from UE using a plugin,
The receive process will work when you send UDP from Python, but the received data will be the data from the last time you sent UDP from UE.

If the received data does not become a String, is it correct that the last received data will remain?

Also, when UDP is sent continuously from UE, it does not fail, but when it is sent continuously from Python, it fails due to lack of virtual memory.
Is there some other initialization process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant