Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The type BitgetWsHandle.BitgetClientBuilder is not visible #19

Open
stefan-reich opened this issue Sep 1, 2022 · 0 comments
Open

The type BitgetWsHandle.BitgetClientBuilder is not visible #19

stefan-reich opened this issue Sep 1, 2022 · 0 comments

Comments

@stefan-reich
Copy link

stefan-reich commented Sep 1, 2022

I'm trying to replicate this example. I can't though because BitgetWsHandle.BitgetClientBuilder is package-local, so not accessible for user code...

	BitgetWsClient client = BitgetWsHandle.builder()
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
The type BitgetWsHandle.BitgetClientBuilder is not visible

So I obviously propose to make BitgetClientBuilder public. When I do this change, I can compile and run the WebSocket example fine :)

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

No branches or pull requests

1 participant