Closed ggrossetie closed 2 years ago
That's expected. Functions cannot be serialized across worker thread boundaries. You'll need to use the programmatic API and create your own transport that reuse this one if you want to use that.
That's expected. Functions cannot be serialized across worker thread boundaries. You'll need to use the programmatic API and create your own transport that reuse this one if you want to use that.
I think we should add a note in the documentation.
You'll need to use the programmatic API and create your own transport that reuse this one if you want to use that.
Do we already have some documentation on how to proceed?
@mcollina Maybe we should emit an event socketClose
instead of defining a callback. It's more portable, what do you think?
go for it, keep the callback too
Given the following code:
The following exception is thrown: