Revert "Make ObjectSelect packet processing not use FireAndForget"
This reverts commit cade14c58c
.
avinationmerge
parent
cade14c58c
commit
23cd1b1954
|
@ -964,12 +964,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
}
|
}
|
||||||
|
|
||||||
if (packetInbox.Dequeue(100, ref incomingPacket))
|
if (packetInbox.Dequeue(100, ref incomingPacket))
|
||||||
{
|
Util.FireAndForget(ProcessInPacket, incomingPacket);
|
||||||
if (incomingPacket.Packet.Type != PacketType.ObjectSelect)
|
|
||||||
Util.FireAndForget(ProcessInPacket, incomingPacket);
|
|
||||||
else
|
|
||||||
ProcessInPacket(incomingPacket);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue