Re: [Gambas-user] UDP Segmentation Fault

2015-07-30 Thread Benoît Minisini
Le 30/07/2015 19:20, Patrick Wright a écrit : > I am either doing something incorrectly or there is a bug with UDP > sockets in Gambas. I have created a new instanceof a UDPSocket, > set its Port property, and called the Bind method. > > I have an event handler for the Read event on this socket

[Gambas-user] UDP Segmentation Fault

2015-07-30 Thread Patrick Wright
I am either doing something incorrectly or there is a bug with UDP sockets in Gambas. I have created a new instanceof a UDPSocket, set its Port property, and called the Bind method. I have an event handler for the Read event on this socket. In this method I am simply using Read #MySocket,