code-iai / ROSIntegration

Unreal Engine Plugin to enable ROS Support
MIT License
411 stars 133 forks source link

Call back can be empty when game is stopped #142

Open TaylorDale opened 3 years ago

TaylorDale commented 3 years ago

Callback gets cleared when the game exits but the MessageCallback function tries to call it anyway, causing a fatal error.

image

ikhalipUM commented 6 months ago

I've been experiencing the same problem when running both a subscriber and publisher within the same unreal engine component.