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

Separate network stream (TCP/UDP) handling from RTI instance #51

Open
chanijjani opened this issue Mar 25, 2024 · 0 comments
Open

Separate network stream (TCP/UDP) handling from RTI instance #51

chanijjani opened this issue Mar 25, 2024 · 0 comments
Labels

Comments

@chanijjani
Copy link
Collaborator

Currently, the shared rti (RTIRemote instance) contains various data structures, so access to the shared rti instance among threads sometimes causes system blocking (deadlock).

Separating network streams (TCP/UDP) from the shared rti may resolve the blocking issue.

@hokeun hokeun changed the title Separate stream from rti instance Separate network stream (TCP/UDP) handling from RTI instance Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant