Skip to content

Unsolicited Messages #252

Answered by ottowayi
romainrobotics asked this question in Q&A
Discussion options

You must be logged in to vote

Currently that functionality is not supported, this library only acts as a client. But, server functionality is something I would like to eventually add. I'm in the process of rewriting almost the entire library and the new way I'm doing it should make this possible. Essentially every object will be able to be round-tripped, ie both encodable from a python object to bytes and from bytes back into a python object. The current client functionality encodes requests and decodes responses, to write a server it just needs to be able to decode requests and encode responses, which will essentially be provided by default. I've been working on this for a while now, but I haven't had a lot of time t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by romainrobotics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants