pmi commented on a change in pull request #163:
URL: https://github.com/apache/unomi/pull/163#discussion_r435462056



##########
File path: 
itests/src/test/java/org/apache/unomi/itests/graphql/GraphQLWebSocketIT.java
##########
@@ -105,7 +111,11 @@ public void onWebSocketConnect(Session sess) {
 
         @Override
         public void onWebSocketText(String message) {
-            this.emitter.onNext(message);

Review comment:
       NPE was here, because callback on line 97 was not invoked yet 




----------------------------------------------------------------
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.

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


Reply via email to