update comment: sent -> server_tx
This commit is contained in:
parent
bdc9066c23
commit
2c2cf29564
|
@ -17,9 +17,9 @@ from autobahn.twisted import websocket
|
||||||
# that some time after A is received, at least one message of type B will be
|
# that some time after A is received, at least one message of type B will be
|
||||||
# sent out.
|
# sent out.
|
||||||
|
|
||||||
# All outbound messages include a "sent" key, which is a float (seconds since
|
# All outbound messages include a "server_tx" key, which is a float (seconds
|
||||||
# epoch) with the server clock just before the outbound message was written
|
# since epoch) with the server clock just before the outbound message was
|
||||||
# to the socket.
|
# written to the socket.
|
||||||
|
|
||||||
# connection -> welcome
|
# connection -> welcome
|
||||||
# <- {type: "welcome", welcome: {}} # .welcome keys are all optional:
|
# <- {type: "welcome", welcome: {}} # .welcome keys are all optional:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user