diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-19 11:37:50 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-19 11:37:50 +0100 |
commit | 6b438ed578daa7859b92b8dfb0ec3d85b1a59188 (patch) | |
tree | a4f77ca65e8216225864f68f8ea61d047c03aadd /README.md | |
parent | 0d90e8abd785ed897eb2ddccc1e97e8b32fef616 (diff) |
Fixed bug FormatIndexes going out of bounds
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,9 +13,11 @@ The idea is the following: - [ ] bug: wrapping does not work and displays nothing if there is no screen space - [ ] bug: reconnect does not work when server does not know id - [ ] convert tabs to spaces +- [ ] newline support ## server - [ ] check that fds arena does not overflow + - free clients which disconnected and use free list to give them space - [ ] check if when sending and the client is offline (due to connection loss) what happens - [ ] timeout on recv? - [ ] use threads to handle clients/ timeout when receiving because a client could theoretically |