Skip to content
Discussion options

You must be logged in to vote

Regarding the marshalling issue:
You are making a connection as a top-level binding (listener).
When you build an executable, all top-level forms are executed prior to runtime, and then marshalled.
As the compiler says, you cannot marshal a stream (an existing connection), as you're creating it build-time.
Try creating it during runtime, using dynamics or any other method of moving that over into main (or another function).

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@CosmicToast
Comment options

@Geo-7
Comment options

Answer selected by Geo-7
Comment options

You must be logged in to vote
3 replies
@bakpakin
Comment options

@bakpakin
Comment options

@Geo-7
Comment options

Comment options

You must be logged in to vote
1 reply
@CosmicToast
Comment options

Comment options

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