Skip to content

Commit

Permalink
Updated bug list and added a .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nay committed Nov 19, 2010
1 parent 26a1522 commit a4c5175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.class

4 changes: 4 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Blocking bugs
=============

Ant build script
For automating and cleaning up the build process. (There's nothing in place right now)


Server connections and socket status
Currently, the server tops out at 10 connections and can't figure out when a connection dies. The code to recycle dead connections is in place, but connection status doesn't return correct values. Fixing this bug may entail requiring the client to send a kill message to the server before it quits (although this cannot be relied on). At any rate, more research must be done into the behavior of sockets to determine when a socket dies.

Expand Down

0 comments on commit a4c5175

Please sign in to comment.