rsocket / rsocket-dart

Dart implementation of RSocket
Apache License 2.0
31 stars 25 forks source link

Any example on Server to Client call using WebSocketRSocketResponder ? #12

Open debashish345 opened 2 years ago

debashish345 commented 2 years ago

Hello,

I'm struggling to integrate WebSocketRSocketResponder class. Could you please provide an example code on how to receive response from Server for different type of calls ( like fireAndForget, requestResponse ... ) ? Please provide some sample example if possible.

Thank you for all the hard works. :)

DXTkastb commented 1 year ago

Hi @debashish345, did you find any example? kindly share.

@linux-china @eugenechyrski thanks for the repo. It would be wonderful if you guys can add an example for server-to-client request . I am really struggling to perform this operation with rsocket_reponder.Thanks again!

DXTkastb commented 1 year ago

Understood the working. Will add examples once I test all provided operations.