Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Synchronous SocketIO connection #170

@njunghans

Description

@njunghans

Hi,

I am trying to create a synchronous connection with NSCondition.
But when i wait for the signal, the socket calls onDisconnect(); right after a successful
connection.
I even tried with a sleep(1); and got the same behavior.
The connection is not even opened in the same thread as the sleep. Did i missed something ? Is there a way to ensure the connection to go through ?

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions