Issues
- 2
- 5
Feature req: CQRS / Entity Framework?
#11 opened by celluj34 - 2
Introduce message bus-style communication
#29 opened by celluj34 - 3
cant verify in the the discord server
#36 opened by zzx-the-neptune - 1
The use of dynamic should be changed. [Not] only is it not performant, looking at the implementation it's not needed and can lead to bugs given the lack of type safety.
#28 opened by AjdinoX - 2
Clients report "High latency detected between you are the server" when runing on local wifi
#19 opened by TheLogster - 4
Can't send messages after a few hours of the server running [high latency issue] (rebooting server fixes this but only temporally)
#6 opened by AjdinoX - 3
There are no Endianess checks. This can matter if users have different operating systems or implementations.
#27 opened by AjdinoX - 2
TcpServer.Listen wrapping Accept in Task.Run is a bug. Additionally, half of the project using async/await and half not can lead to unexpected threading problems, like race conditions. Unless otherwise required the project should be "async all the way."
#26 opened by AjdinoX - 3
Users who connect might get singed in with someone else's username / are able to chat as them. (it seems that a username / password doesn't even matter) we probably want that to work properly)
#7 opened by AjdinoX - 4
Slowdown issue may be a resource leak (either memory or CPU) - potentially getting caught in increasing loops/conditions.
#25 opened by AjdinoX - 4
I found the source code for XFire
#23 opened by celluj34 - 1
Req Info: List of valid status message strings
#17 opened by TheLogster - 16
Continuation
#1 opened by LostSoulfly