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: dependency-info.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<!DOCTYPE html>
2
2
<!--
3
-
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:dependency-info at 2021-09-21
3
+
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:dependency-info at 2021-11-24
Copy file name to clipboardExpand all lines: distribution-management.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<!DOCTYPE html>
2
2
<!--
3
-
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:distribution-management at 2021-09-21
3
+
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:distribution-management at 2021-11-24
<p>Events are great, but in some cases you may want a more classic request-response API. In Socket.IO, this feature is named acknowledgements.</p>
139
-
<p>You can add a callback as the last argument of the <code>emit()</code>, and this callback will be called once the other side acknowledges the event:</p>
142
+
<p>You can add a callback as the last argument of the <code>emit()</code>, and this callback will be called once the other side acknowledges the event:</p><section>
143
+
<h3><aname="From_client_to_server"></a>From client to server</h3>
<divclass="source"><preclass="prettyprint">socket.emit("update item", 1, new JSONObject(singletonMap("name", "updated")), new Ack() {
0 commit comments