Closed lgrahl closed 6 years ago
@dbrgn can you verify that the ID of a send-error
message matches the ID of the sent message as you would expect it to be?
Bumpedibump
I don't think this can be tested from the client side. What you could test is if no other peer is connected and you send a relay message. Then you would get a send-error
. However, be aware we will probably remove it anyway.
Ok, then I guess the server-side test is sufficient.
Until now, a
disconnected
message slipped in before thesend-error
message has been sent. Furthermore, an invalid message ID has been sent in thesend-error
message (which we will likely remove anyway).Resolves #77