rsocket / rsocket-py

RSocket implementation in Python
MIT License
76 stars 23 forks source link

Runtime error in the example code for the client #5

Closed runflowcode closed 5 years ago

runflowcode commented 5 years ago

I am getting a runtime error on the client code provided in your example.

RR: <payload: 'The quick brown fox jumps over the lazy dog.', 'Escher are an artist.'> RuntimeError(bytearray(b'Not implemented')) RS: error: bytearray(b'Not implemented')

runflowcode commented 5 years ago

Is there anyone managing the repo ?

robertroeser commented 5 years ago

FYI- https://community.netifi.com/t/future-direction-of-python-implementation-of-rsocket/158

tstordyallison commented 3 years ago

The link above seems to be dead...

anyone got a tldr?

(For context, I’m trying to implement a client for ‘Flipper’, the Facebook devtool. I think what’s here in this repo so far might actually be enough).