apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors

Home Page:https://apple.github.io/swift-distributed-actors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix all the: Cannot schedule tasks on an EventLoop that has already shut down

ktoso opened this issue · comments

Sigh, it's back; ERROR: Cannot schedule tasks on an EventLoop that has already shut down. This will be upgraded to a forced crash in future SwiftNIO versions.

So hard and annoying to diagnose but we'll figure it out; We need to throw in a backtrace to where this prints to even know where these happen