I sort of fixed the issue. In the code, I had to comment out the following lines (3 occurrences)
_, err = r.ReadByte()
if err != io.EOF {
return fmt.Errorf("read ddp: excess data")
}
I don't know why multitalk is broken only for me but seems to work with other forum...