Skip to content
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

Remove all the let _ = in the tcp code #144

Closed
samoht opened this issue May 28, 2015 · 1 comment
Closed

Remove all the let _ = in the tcp code #144

samoht opened this issue May 28, 2015 · 1 comment

Comments

@samoht
Copy link
Member

samoht commented May 28, 2015

Ignoring an lwt thread is not a good idea, as usually you want to ensure some kind of sequentiality between side-effects.

@talex5
Copy link
Contributor

talex5 commented May 28, 2015

Yes. And even if not, it should at least use Lwt.async so if it fails the error gets reported somewhere.

samoht added a commit to samoht/mirage-tcpip that referenced this issue Jun 1, 2015
hannesm pushed a commit to hannesm/mirage-tcpip that referenced this issue Jun 5, 2015
samoht added a commit to samoht/mirage-tcpip that referenced this issue Jun 6, 2015
samoht added a commit to samoht/mirage-tcpip that referenced this issue Jun 8, 2015
samoht added a commit to samoht/mirage-tcpip that referenced this issue Jun 9, 2015
samoht added a commit to samoht/mirage-tcpip that referenced this issue Jun 10, 2015
@samoht samoht closed this as completed in 7cecc9f Jun 10, 2015
samoht added a commit to samoht/mirage-tcpip that referenced this issue Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants