Use listen_event
from a SimpleConnection
#148
Unanswered
tombowditch
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think this is an error on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am converting my
Connection<NativeFbClient<DynLoad>>
into aSimpleConnection
so I can wrap it in a internal db client. I'm trying to now use events; but unable to..listen_event
is available onConnection<NativeFbClient<DynLoad>>
(conn1
below) but seemingly not on the sameSimpleClient
(c1
below):Is this expected?
Full code:
Beta Was this translation helpful? Give feedback.
All reactions