Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix number of bugs in datachannel.WriteTo
1. WriteTo should not return EOF (see golang/go#44411). 2. In case of EOF, WriteTo should write the final payload before returning 3. In case of non EOF error, WriteTo should return n, not nw.
- Loading branch information