Easysockets and Aemulor
John Sandgrounder (1650) 574 posts |
I have an application which uses Just Fletcher’s easysockets module, to listen to multiple incoming TCP/IP connections. I wrote the appllication some years ago on Virtual Acorn and it all worked fine (and stiil does). However, in recent months, I have tried porting the application to a Raspberry Pi. As Easysockets is only 26bit, I am running it under Aemulor. The application accepts and deals with incoming TCP/IP connections with no problems – until the application quits, when the sockets are not cleared down properly. Any ideas? |