Die4Ever / AsyncGameEngine

GNU General Public License v3.0
0 stars 0 forks source link

queue gets stuck if start point has moved past cursor #16

Closed Die4Ever closed 5 years ago

Die4Ever commented 5 years ago

If my process sends a message, the other processes read it, and then Cleanup() is called, then my process tries to read from the queue, the start point of the queue will have moved forwards past my cursor and the process will be stuck