izissise / PFA

Tek3 End of Year's Project
GNU General Public License v3.0
0 stars 0 forks source link

Client's asynchronous task treatment #15

Open Tastyep opened 9 years ago

Tastyep commented 9 years ago

Both client and server are threaded for the chunk task It happens that the server correctly send the packet (and on separate channel)

Still, the client receives the chunk packet on the channel n2, fills the chunks in a new thread, and then when the task is done unstack the displacement packet from the channel n0.

Need some help to understand why the displacement stack does'nt get poped when the thread treat the filling chunk task