Niklas
09-22-2006, 12:11 PM
When connecting to a server and immediately sending data, the signals on the server are sometimes emitted in the wrong order.
In 95% of the cases
1. sig_computer_connected
2. sig_netpacket_receive
as one would expect
But in the rest of the cases the signals comes in the other order which is clearly an error. It means one will get a packet from someone who hasn't connected.
It's not a problem for me, and I don't have the time to look into it, but I thought I should report the error. It's probably easy to fix for someone with insight ;)
ClanLib 0.8, version downloded from the web site.
rgs
In 95% of the cases
1. sig_computer_connected
2. sig_netpacket_receive
as one would expect
But in the rest of the cases the signals comes in the other order which is clearly an error. It means one will get a packet from someone who hasn't connected.
It's not a problem for me, and I don't have the time to look into it, but I thought I should report the error. It's probably easy to fix for someone with insight ;)
ClanLib 0.8, version downloded from the web site.
rgs