Socket Status

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MuOr_1658816
Level 4
Level 4
First like received

How would i know when a socket is closed by the server?

0 Likes
1 Solution
MuOr_1658816
Level 4
Level 4
First like received

For this, you need to register callbacks to really know the status of the socket. The examples show callbacks for server based sockets, but it works for client based connections too.

View solution in original post

0 Likes
1 Reply
MuOr_1658816
Level 4
Level 4
First like received

For this, you need to register callbacks to really know the status of the socket. The examples show callbacks for server based sockets, but it works for client based connections too.

0 Likes