Re: [go-nuts] Writing to multiple addresses using net.UDPConn

2018-01-11 Thread Jakob Borg
On 11 Jan 2018, at 12:14, Adam Medziński mailto:adam.medzin...@gmail.com>> wrote: How should I create a net.UDPConn structure so I will be able to use WriteTo/WriteToUDP functions with different addresses? Connection created with net.DialUDP will not be right as it is in “connected” state and w

[go-nuts] Writing to multiple addresses using net.UDPConn

2018-01-11 Thread Adam Medziński
How should I create a net.UDPConn struct so I will be able to use WriteTo/WriteToUDP functions with different addresses? Connection created with net.DialUDP will not be right as it is in “connected” state and writing to it with different addresses fails. -- You received this message because yo

[go-nuts] Writing to multiple addresses using net.UDPConn

2018-01-11 Thread Adam Medziński
How should I create a net.UDPConn structure so I will be able to use WriteTo/WriteToUDP functions with different addresses? Connection created with net.DialUDP will not be right as it is in “connected” state and writing will fail. -- You received this message because you are subscribed to the