nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

Does connect() create a new tcp socket? #120

Closed Koi9 closed 8 years ago

Koi9 commented 8 years ago

I have a question. Do we get a new tcp socket for each connected namesapce or socketio's multiplexing is simply a logical implementation on the client? Thanks

Koi9 commented 8 years ago

Ahh, i found the answer. Only one tcp connection is used, the namespace is logical. :).