Skip to content
Discussion options

You must be logged in to vote

That's exactly how serializableConnection() is supposed to be used. The only problem is that it returns a Future, so you need to use:

params["loggerConnection"] = await db.serializableConnection()

The future itself can't be shared across isolates, but the returned DriftIsolate can.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tomekit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants