-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
A number of smaller issues have emerged that tend to get private messaged or just noticed in the code.
- Errors are not handled well - they are done through string responses that do not have a standard and are only useful when shown to the user - not when deciding what to do. Replace with enum?
- Remote connections that fail freeze until timeout [?]
- Client crashes if sending is attempted while not connected to server.
- Continuing from the error issue, a debug mode could be good for printing warnings about issues that are unhandled.
- Haxelib is long overdue for an update. The current version barely works.
- Versions between the readme and haxelib are not aligned.
- MessagePack is a required dependency but does not have a serialization class.
- Some files don't make sense, are unused left overs, or are in the wrong place. Things like run.hxml in the top directory have no use.
These shouldn't take long to resolve.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels