victordiaz / PHONK

PHONK is a coding playground for new and old Android devices

Home Page:https://phonk.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`PHttpServer` and `PFtpServer` won't be stopped

notEvil opened this issue · comments

Hi,

PHttpServer is added to whatIsRunning but doesn't have a __stop method. PFtpServer is not added to whatIsRunning in the first place.

The server classes are pretty different in this regard (maybe use WhatIsRunningInterface, maybe extend ProtoBase which has its own abstract __stop, ...).