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

Packaged game open map with changing server status #44

Closed
getnamo opened this issue May 7, 2017 · 2 comments
Closed

Packaged game open map with changing server status #44

getnamo opened this issue May 7, 2017 · 2 comments
Assignees

Comments

@getnamo
Copy link
Owner

getnamo commented May 7, 2017

While changing the map in a packaged game while your server is up or down works, one case where the server status changes after you've loaded the map will still potentially crash.

Do we add a reachability test or use a stack allocated pointer which won't trigger CanaryFail?

One workaround is to set https://github.com/getnamo/socketio-client-ue4/blob/master/Source/SocketIOClient/Public/SocketIOClientComponent.h#L54 to false, but this will significantly slow down your disconnection process.

@getnamo
Copy link
Owner Author

getnamo commented May 9, 2017

@getnamo
Copy link
Owner Author

getnamo commented Nov 11, 2017

Fixed in f17df08.

Plugin scoped memory is now implemented.

@getnamo getnamo closed this as completed Nov 11, 2017
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