-
Notifications
You must be signed in to change notification settings - Fork 12
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
Failure to compile due to missing sendTo #18
Labels
Comments
myroslambda
added a commit
that referenced
this issue
Jul 27, 2019
The operation sendTo has been moved to a submodule used to communicate with a socket using bytestrings. This commit modifies the udp to RV bridge so that it uses bytestrings. The current RV is still String-based, so as not to change the interface.
myroslambda
added a commit
that referenced
this issue
Jul 27, 2019
A prior commit introduced an import that took a function from a module that declared the instance of a class. This commit refers to the module that declares the class instead.
myroslambda
added a commit
that referenced
this issue
Jul 27, 2019
myroslambda
added a commit
that referenced
this issue
Jul 27, 2019
myroslambda
added a commit
that referenced
this issue
Jul 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function sendTo is no longer available on network 3.*. This stops
keera-hails-reactive-network from compiling:
The text was updated successfully, but these errors were encountered: