swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 400 forks source link

server cant close #184

Open baiRookie opened 4 years ago

baiRookie commented 4 years ago

self.server?.close() it doesn't work, I can still receive data. How can I close the server