In Akka.IO.Udp some doucment blocks, such as on Udp.SimpleSender are marked as 'TBD' in their document blocks.
These suggest that Akka.IO.Udp functionality hasn't been fully implemented. Is this the case? If so it isn't documented anywhere obvious and should be.
The TBD is a marked for missing documentation. Nothing more. It has no bearing on the state of the code. And as far as i know the Udp implementation is pretty much done. /cc @Horusiath (?)
You are free to fill in the blancs, Documentation wise :)
Udp documentation is sorely lacking I must say - just trying to figure out how to start it is a test of google skillz - I know it's nice to ask others to fill in documentation blanks, but I'm not sure how people are supposed to just figure these things out and THEN write the docs - shouldn't the original developer at least put something down? They of course know how they designed it...
Most helpful comment
Udp documentation is sorely lacking I must say - just trying to figure out how to start it is a test of google skillz - I know it's nice to ask others to fill in documentation blanks, but I'm not sure how people are supposed to just figure these things out and THEN write the docs - shouldn't the original developer at least put something down? They of course know how they designed it...