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

Laravel Vapor - HTTP/2 stream 15 was not closed cleanly before end of the underlying stream in #140

Open
ryangittings opened this issue Apr 12, 2023 · 2 comments

Comments

@ryangittings
Copy link

Hey all,

I'm getting an issue in Vapor that I can't recreate locally. Stack trace attached:

Exception: HTTP/2 stream 15 was not closed cleanly before end of the underlying stream in /var/task/vendor/edamov/pushok/src/Client.php:161
Stack trace:
#0 /var/task/vendor/laravel-notification-channels/apn/src/ApnChannel.php(79): Pushok\Client->push()
#1 /var/task/vendor/laravel-notification-channels/apn/src/ApnChannel.php(58): NotificationChannels\Apn\ApnChannel->sendNotifications(Object(Pushok\Client), Object(NotificationChannels\Apn\ApnMessage), Array)
#2 /var/task/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(148): NotificationChannels\Apn\ApnChannel->send(Object(App\Models\User), Object(App\Notifications\NewEpisode))```

Thank you!
@dwightwatson
Copy link
Collaborator

Looks like this is an issue with pushok which is the library we use under the hood to send notifications with APN. I wonder if the issue is with pushok or something that Vapor is doing. Either way, I don't think it's something we can address in this package.

@ryangittings
Copy link
Author

That's fair enough! Probably worth me raising an issue there then :) thanks for the quick reply!!

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