You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Can SendTo be triggered by the main thread? i have a game loop on my game server and want to send all messages at the end of every step Describe the solution you'd like
Main Thread trigger Event at end of loop, SendTo Thread "WaitsFor" Event to run logic
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Yes, they are thread safe but i want to send all messages exactly on the end of current server tick to optimize latency (my server is already 20 fps, 50 ms per frame)
Is there anything wrong with this? because even even though both threads run at 20 ticks per second they are not in sync (i write all data that need to be sent this frame before the frame end and i can flush it now)
Is your feature request related to a problem? Please describe.
Can SendTo be triggered by the main thread? i have a game loop on my game server and want to send all messages at the end of every step
Describe the solution you'd like
Main Thread trigger Event at end of loop, SendTo Thread "WaitsFor" Event to run logic
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: