MCPcopy
hub / github.com/socketio/socket.io / success

Function success

packages/engine.io-client/test/webtransport.mjs:76–80  ·  view source on GitHub ↗
(engine, h3server, done)

Source from the content-addressed store, hash-verified

74}
75
76function success(engine, h3server, done) {
77 engine.close();
78 h3server.stopServer();
79 done();
80}
81
82function createSocket(port, certificate, opts) {
83 return new Socket(

Callers 1

webtransport.mjsFile · 0.70

Calls 2

doneFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected