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

HubConnection queryString #60

Open
msdn70 opened this issue Sep 2, 2015 · 0 comments
Open

HubConnection queryString #60

msdn70 opened this issue Sep 2, 2015 · 0 comments

Comments

@msdn70
Copy link

msdn70 commented Sep 2, 2015

Hi..
I Added the following constructor to HubConnection.java
public HubConnection(String url, Context context, ITransport transport, String queryString) {
super(url, context, transport, queryString);
setUrl(GetUrl(url, true));
setQueryString(queryString);
}

to be able adding queryString while initializing my connection.

But the problem I got null in OnConnect event in Hub server side
public override Task OnConnected()
{
...
}
Why queryString value not showing?? any help?

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