worryg0d commented on code in PR #1929:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1929#discussion_r2931065574


##########
session.go:
##########
@@ -81,6 +81,15 @@ type Session struct {
        // event handlers
        nodeEvents *eventDebouncer
 
+       // host state and topology change listeners
+       hostListeners *internalHostListeners
+
+       // schema change listeners
+       schemaListeners *internalSchemaListeners
+
+       // session ready listeners
+       sessionReadyListeners *internalSessionReadyListener

Review Comment:
   Good point, changed to non-pointer types



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to