Skip to content

Conversation

@abhay-s-rawat
Copy link
Contributor

Added withCredentials as option

Map<String, dynamic> options = OptionBuilder()
.setTransports(['polling'])
.setTimeout(10000)
.enableForceNewConnection()
.enableForceNew()
.disableAutoConnect()
.disableReconnection()
.enableWithCredentials() // usage
.setAuth(auth)
.build();

@jumperchen
Copy link
Member

Thanks for the contribution.

@jumperchen jumperchen merged commit 86248c8 into rikulo:master Sep 9, 2025
@abhay-s-rawat
Copy link
Contributor Author

Thanks for the package

@zeshanghayoomi
Copy link

zeshanghayoomi commented Nov 28, 2025

@jumperchen when are planning to release this ?

@jumperchen
Copy link
Member

@jumperchen when are planning to release this ?

released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants