Can you provide example code which demonstrates the problem? What you are describing is not expected.
Reading and writing to channels simultaneously with the `<-` operator from multiple goroutines should not generate memory race conditions by themselves, but concurrency is complicated and it is still possible to misuse memory if you're not careful. My best guess from what you described was that you might be assigning to a channel variable rather than writing a value into it? This is not a concurrency-safe operation. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.