implement SocketIO on top of the EventEmitter model

This commit is contained in:
Erik Krogh Kristensen
2019-12-12 16:46:06 +01:00
parent 8128d23b6e
commit 4e880e2f96
14 changed files with 371 additions and 334 deletions

View File

@@ -3,5 +3,5 @@ import javascript
query predicate test_ClientReceiveNode(
SocketIOClient::ReceiveNode rn, SocketIOClient::SocketNode res
) {
res = rn.getSocket()
res = rn.getSocket().ref()
}