diff --git a/src/main.rs b/src/main.rs index c9b90d0..9c0301f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,7 @@ #![feature(try_from)] -// FIXME don't just unwrap protobuf results -// FIXME for some reason, reconnecting without reloading the page fails DTLS handshake (FF) +// TODO For some reason, reconnecting without reloading the page and without disconnecting the +// previous connection (i.e. multiple simultaneous connections) causes FF to reject our DTLS +// cert. Works in Chrome, or in different tabs or when properly closing the old connection. extern crate argparse; extern crate byteorder; extern crate bytes;