You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, sorry I thought it would be clear by the name :P
Connect-module initializes a lot of objects still with the "new" keyword as of this example: new RSocketGlobalRouterServer(routerServerAddress, BucketGlobalRateLimiter.create(), Schedulers.parallel(), RequestQueueFactory.buffering())
D4J's paradigm was to use builders whereever possible, so I opened a ticket to review the connect module and add builders where possible.
For consistency between Discord4J and connect package, the components should be constructed with builders aswell.
The text was updated successfully, but these errors were encountered: