-
Notifications
You must be signed in to change notification settings - Fork 89
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
socket closed
when switching to null safety
#171
Labels
Comments
I can reproduce this bug. Working on a fix. |
close2
added a commit
that referenced
this issue
Mar 31, 2021
close2
added a commit
that referenced
this issue
Mar 31, 2021
close2
added a commit
that referenced
this issue
Mar 31, 2021
fsw
pushed a commit
to fsw/mailer
that referenced
this issue
Nov 16, 2023
fixes issue kaisellgren#172 fixes issue kaisellgren#171 fixes issue kaisellgren#167 fixes issue kaisellgren#152 improved document for cid (issue kaisellgren#104)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I ran into this error today when migrating to null safety. I'm on Windows 10 Pro using mailer 4.0.0. The code sends an email when I'm on
sdk: '>=2.10.0 <3.0.0'
. However, as soon as I switch tosdk: '>=2.12.0 <3.0.0'
I get theSocket was closed even though a response was expected
error.Note, it just so happened that my code didn't require any null safety annotations during migration, so it's running the exact same code and the only difference is the sdk upgrade to 2.12.0. It's the strangest thing!
Dart version:
Dart SDK version: 2.12.2 (stable) (Wed Mar 17 10:30:20 2021 +0100) on "windows_x64"
Here's my code:
Here's the log when it works on sdk 2.10.0:
And here's the log when it fails on sdk 2.12.0:
Originally posted by @OlegAlexander in #106 (comment)
The text was updated successfully, but these errors were encountered: