Hello this library is really useful as it's the only library that is currently implementing latest from Socket.IO
I just would like to ask how can I access the SocketV4 object like I need the ID for example to check if that ID is part of a room, how do I get that information from an event trigger like so:
serverV4.Of("/myNamespace").On("myEvent", callback.FuncString(func(i string) {
// access socketID of who triggered the event
})
Hello this library is really useful as it's the only library that is currently implementing latest from Socket.IO
I just would like to ask how can I access the SocketV4 object like I need the ID for example to check if that ID is part of a room, how do I get that information from an event trigger like so:
Is there any way to do this?