bluekirby0 / Servo

Ashita plugin allowing for control of several instances at once using a server/client model.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Crashes xiloader when more than one set to server #1

Open rtlinux opened 10 years ago

rtlinux commented 10 years ago

This might be as designed but it would be nice if it displayed a message before activating a second Servo to server mode (/servo on) on the same subnet.

Currently if I have one servo listening on localhost and if I mistakenly type "/servo on" on other clients it'll crash xiloder (renamed to POL.exe) client right away.

I tested on 5 other clients and they all crash as soon as I type "servo on". I am running on Windows 8.1 64bit by the way :)

bluekirby0 commented 10 years ago

Looks like i need to add some error handling when trying to bind the port. I'll set it up to revert to standby if binding fails.