frida-gum icon indicating copy to clipboard operation
frida-gum copied to clipboard

Does socket.listen allow multiple simultaneous accesses?

Open DoranekoSystems opened this issue 1 year ago • 0 comments

I am trying to implement a tcp server with multiple simultaneous connections. I previously implemented it in python and javascript, but wanted to port it to javascript only. Even with the following implementation, I feel that the first connection is broken after the second access.

https://github.com/frida/frida/issues/814

DoranekoSystems avatar Dec 16 '22 17:12 DoranekoSystems