Question: How to (best) implement a delimited StringChannel · Issue #18 · clariuslabs/reactivesockets · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Your sample implements a 'fixed length' StringChannel (i.e. the 'header' contains the body length). Could you please show how to implement a StringChannel that handles messages that are delimited by \r\n of || for example (where the delimiter could be anything, but that would be easily implemented by passing it in the ctor)?
I have tried to implement the solution provided here but can't get it to work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Your sample implements a 'fixed length' StringChannel (i.e. the 'header' contains the body length). Could you please show how to implement a StringChannel that handles messages that are delimited by \r\n of || for example (where the delimiter could be anything, but that would be easily implemented by passing it in the ctor)?
I have tried to implement the solution provided here but can't get it to work.
The text was updated successfully, but these errors were encountered: