vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Re-export public facing enums from SocksCore #34

Closed czechboy0 closed 8 years ago

czechboy0 commented 8 years ago

Fixes #32

czechboy0 commented 8 years ago

@tannernelson Can you check if this makes it possible to remove the import SocksCore?

tanner0101 commented 8 years ago

Yup, this does the trick.