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

Crash is happening while unwrapping optional value in HTTPHeaderParser while using Embassy through Swift Package Manager #90

Open
AyaAkl25 opened this issue Apr 27, 2020 · 0 comments

Comments

@AyaAkl25
Copy link

Crash is happening while unwrapping optional value in HTTPHeaderParser

We are using the Swift Package ( and this happened only after we started using the swift Package)
Happened in this:

@objc private func runEventLoop() {
        eventLoop.runForever()
        eventLoopThreadCondition.lock()
        eventLoopThreadCondition.signal()
        eventLoopThreadCondition.unlock()
    }

Date/Time: 2020-04-26 04:00:00.058 +0200
OS Version: Mac OS X 10.15.4 (19E287)
Application Specific Information:
CoreSimulator 704.12.1 - Device: iPhone 8 (EA3A1275-294C-4D4C-B9DB-D0568281514A) - Runtime: iOS 13.3 (17C45) - DeviceType: iPhone 8

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /SourcePackages/checkouts/Embassy/Sources/HTTPHeaderParser.swift, line 62

@AyaAkl25 AyaAkl25 changed the title Crash is happening while unwrapping optional value in HTTPHeaderParser Crash is happening while unwrapping optional value in HTTPHeaderParser while using Embassy through Swift Package Manager Apr 27, 2020
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

1 participant