2017-01-30 13:36 GMT+01:00 Denis Kudriashov <dionisi...@gmail.com>:

> 2017-01-30 13:14 GMT+01:00 Norbert Hartl <norb...@hartl.name>:
>
>> Unfortunately I couldn't test it because I installed the PharmIDE on my
>> linux machine and it does not work. When starting the image a listening
>> port is opened but 5 seconds later the port closes automatically. Has
>> anyone tested it on a linux machine?
>
>
> I am working on it. It happens when server starts from command line.
> Probably I do something wrong in my TCPServer implementation.
> Zinc server works fine. So I have example where there is no problems.
>

Ok. It is fixed now. Just load stable version.

Reason was related to my post about two listener sockets.
TCPServer is registered on startup list and it recreates listener socket
when image resumes.
>From command line it happens twice. First instance is created from command
line handler which registers it on startup list. But when command line is
evaluated Pharo start process startup list which lead to duplicated socket
creation.
Now TCPServer handles it properly.

Reply via email to