This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-06-11 22:55:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4905812bc07efb819230d472beb2d75d91bb046
opensim
/
OpenSim
/
Region
/
ClientStack
History
Teravus Ovares
d4905812bc
* Fixed an issue where the client thread was aborted before the UDP server sends a message back to ClientView to close it a second time. (yes we call close twice because there are times when the client closes with a logout and disconnects immediately which causes the UDP server to send a close request to the client thread)
...
* This update might make things better, it might expose another issue.
2008-02-21 20:22:25 +00:00
..
ClientStackNetworkHandler.cs
* Optimized usings
2007-12-27 21:41:48 +00:00
ClientView.cs
* Fixed an issue where the client thread was aborted before the UDP server sends a message back to ClientView to close it a second time. (yes we call close twice because there are times when the client closes with a logout and disconnects immediately which causes the UDP server to send a close request to the client thread)
2008-02-21 20:22:25 +00:00
PacketQueue.cs
Minor cleanup.
2008-02-20 18:38:20 +00:00
PacketServer.cs
Minor cleanup.
2008-02-20 18:38:20 +00:00
PacketThrottle.cs
* Optimized usings
2007-12-27 21:41:48 +00:00
QueItem.cs
* Optimized usings
2007-12-27 21:41:48 +00:00
RegionApplicationBase.cs
Minor cleanup.
2008-02-20 18:38:20 +00:00
UDPServer.cs
Committing ahzz's patch
#619
- Description:
2008-02-18 21:24:34 +00:00