Hi
Simple quick question I hope: am I ok to read from the stream object in one goroutine and write to it in another without obtaining a mutex lock?
I'm fairly new to go and grpc but hopefully this isn't too stupid a quesiton. It does seem like the route-guide example is doing this without a lock, but I just wanted to double check.
Thanks