pitch-foundation / hourglass-sdk

Hourglass SDK
https://pitch-foundation.github.io/hourglass-sdk/
0 stars 1 forks source link

Add in socket listeners (and corresponding event emitter events) for reserved client events 'connect', 'disconnect', 'connect_error' #13

Closed bam4564 closed 5 months ago

bam4564 commented 6 months ago

For each of these reserved event names (emitted by socket io), we should have listeners that emit the corresponding event on the event emitter. You can find the details on each of these events here: https://socket.io/docs/v4/client-api/#events-1