Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 6270e85

Browse files
Update README.md
1 parent 3a754ed commit 6270e85

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ There are 3 types of problems I always run into while working on this
3737
- Duplicate player id added to lobby player dictionary
3838
- Static variables not being reset for re-use
3939

40+
Tasks are hard to manage, you cancel them with a cancellation token but it's hard to keep track if you cancel them twice or dispose them twice and get a disposed already exception.
41+
42+
With the duplicate player joining it's because their joining ID is 0 just like the host id is 0. The joining ID should be 1. Usually this is because I forgot to write or read a byte but that dosen't seem to be the case this time but I might be wrong I do not know.
43+
44+
Static variables are a mess, I wish I never used them to begin with.
45+
4046
See [CONTRIBUTING.md](https://github.com/valkyrienyanko/GodotModules/blob/main/.github/CONTRIBUTING.md)
4147

4248
## Credit

0 commit comments

Comments
 (0)