Clarification about incoming connections #2
-
|
Hi First, I found this module recently, and it looks absolutely perfect for a project that I have been trying to work on! Thanks for putting so much work into it! I have a question that I haven't been able to work out for myself from the documentation yet: If I have an application (just a I can see from direwolf logs and my connecting side that a connection has been created and allowed (regardless of whether my connection class has a If I add code to my connection class to have it add itself to a global list upon initialization, it works when I initiate the connection, but not when a connection is received. Sorry if this is obvious! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Nevermind! My query_accept method had the wrong signature. Everything works. Cheers! |
Beta Was this translation helpful? Give feedback.
Nevermind! My query_accept method had the wrong signature. Everything works. Cheers!