You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+6-1
Original file line number
Diff line number
Diff line change
@@ -478,12 +478,17 @@ For unsubscribe you must send a graphql subscription request like this:
478
478
}
479
479
480
480
481
-
NOTE: Each time than the Graphql server restart, you must to reestablish the websocket's connection and resend the subscription graphql request with a new websocket connection id.
481
+
*NOTE*: Each time than the Graphql server restart, you must to reestablish the websocket's connection and resend the subscription graphql request with a new websocket connection id.
482
482
483
483
484
484
Change Log:
485
485
-----------
486
486
487
+
**************
488
+
v0.1.0-alpha3:
489
+
**************
490
+
1. Fixed bug on subscriptions when not specified any field in "data" parameter to bean return on notification message.
0 commit comments