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

Add Bidirectional IO Messaging for custom messaging #112

Closed
jonathan-casarrubias opened this issue Sep 6, 2016 · 3 comments
Closed

Add Bidirectional IO Messaging for custom messaging #112

jonathan-casarrubias opened this issue Sep 6, 2016 · 3 comments
Assignees

Comments

@jonathan-casarrubias
Copy link
Collaborator

Currently the builder allows to subscribe to events sent by the server but would be great to allow custom events to be sent.

@dmastag
Copy link
Contributor

dmastag commented Sep 9, 2016

Does this include sending the AccessToken when subscribing to the events?

@jonathan-casarrubias
Copy link
Collaborator Author

jonathan-casarrubias commented Sep 9, 2016

Hello @dmastag, currently the PubSub functionality already have an authentication mechanism that when is enabled the SDK Builder sends the AccessToken to be authenticated in the server side and this last one automatically authenticates when recive a token.

If I develop this new feature, this will be for you to send any custom event message to be received by other clients that are not tied to any endpoint, thus using the server only for singling purposes. This would not be part of the PubSub functionality. But, it will definitely share the authentication mechanism.

Just to be clear, this will be a different pattern to achieve real-time applications, but in the low level will share the same authentication mechanism.

Hope this clarifies the scope of this issue.

Cheers!!!
Jon

@jonathan-casarrubias
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants