-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBUGS
More file actions
13 lines (13 loc) · 712 Bytes
/
BUGS
File metadata and controls
13 lines (13 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
- OSCServer does not set a port by default (if -p omitted)
> fixed, 19 apr. 2002, dwh
- 'Transmit' objects not properly deleted (should be at tail of call
chain), else memory leaks
- Callbacks have zero documentation by default
- Some abstract superclasses may not have implementations of destructors,
making it impossible to polymorphically destruct their specializations.
- 'skip' methods in unpacker unimplemented (mostly fixed but untested)
- byteswapping not implemented for hypers in packer, unpacker
- #bundle not implemented (make a special callback, careful with Transmit
object)
- round-robin streams cause strange string corruption
- Broadcaster is a Transmit object but it cannot clone itself.