-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Description
This came up as part of documentation changes for #368. Currently, the only way to stop the session is to call dispose on the underlying RSocketRequester but RSocketGraphQlClient can built without providing a requester instance and by only specifying the target URI. There should be a first-class stop() method to use regardless of how the client is created. Likewise, there should be a similar start() method for the same reason.
Note that currently stop cannot be properly implemented to return Mono<Void> but that should be possible after rsocket/rsocket-java#1048.
huahouye
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement