socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

feat: auth callback function

Open tchernykh opened this issue 4 months ago • 0 comments

JavaScript version of socket.io supports providing authentication as a callback function here: https://socket.io/docs/v4/client-options/#auth This PR adds same exact functionality to the java version.

tchernykh avatar Aug 21 '25 05:08 tchernykh