Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement SocketServer (google code Issue 11) #50

Closed
zwetan opened this issue Dec 31, 2015 · 3 comments
Closed

implement SocketServer (google code Issue 11) #50

zwetan opened this issue Dec 31, 2015 · 3 comments

Comments

@zwetan
Copy link
Member

zwetan commented Dec 31, 2015

https://code.google.com/p/redtamarin/issues/detail?id=11


on the same model as flash.net.Socket
provide a SocketServer and be able to listen
for connections


@zwetan
Copy link
Member Author

zwetan commented Dec 31, 2015

more in details implement flash.net.ServerSocket
see ServerSocket

@zwetan
Copy link
Member Author

zwetan commented Dec 31, 2015

almost trivial to do with the POSIX API
in fact what we need first is a way to handle events
which technically we already have tested and work well (see goAsync and EventLoop)

but what about the case where you want to use such class
and can't or won't use goAsync() ?

@zwetan
Copy link
Member Author

zwetan commented Mar 23, 2016

closed see meta issue #78 flash.net package

@zwetan zwetan closed this as completed Mar 23, 2016
@zwetan zwetan mentioned this issue Mar 23, 2016
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant