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

Client to Server Streaming #152

Open
exxoscott opened this issue Nov 18, 2020 · 1 comment
Open

Client to Server Streaming #152

exxoscott opened this issue Nov 18, 2020 · 1 comment

Comments

@exxoscott
Copy link

Hello,

I am sorry if this is obvious to the highly skilled, of which I am not. I am also sorry if this is not the most appropriate place to ask this.

We are using signalR in a React front-end to stream data from the client to the server, and that works nicely - in working on the native iOS app, and with this wrapper specifically, I am not entirely sure how to do the same. In the JS client library, you create a Subject object and pass it as an argument to in a connection.send() call, then you call .next() on the subject object to stream chunks of data across.

I cannot find an equivalent with this library, and it seems the .stream call is intended for server to client streaming as best I can tell.

Might this be possible with SignalR-Client-Swift?

Thanks.

-Scott

@moozzyk
Copy link
Owner

moozzyk commented Nov 18, 2020

Unfortunately, client-to-server streaming is currently not supported by this client.

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

2 participants