-
Notifications
You must be signed in to change notification settings - Fork 331
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
[QUESTION] Thread safety #141
Comments
It is all ready thread safe 👍 |
Sounds good. Also, does lidgren support multiple hosts/servers per program? |
I assume so as it's not a singleton, might have to experiment though |
ah, will do later |
Yes, multiple |
I wonder, is Lidgren safe to use in multiple threads? I plan on having multiple hosts on my program, and I'm wondering if its possible with multiple threads. Also, is it possible that multiple threads can access the same host? Do I need to add something more to make it thread-safe, or is it already thread-safe?
The text was updated successfully, but these errors were encountered: