Compare commits

..

1 Commits

Author SHA1 Message Date
jane 8ff610c461 possibly websocket? 2021-12-28 20:10:29 -05:00
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
use std::net::TcpListener;
use std::thread;
use tungstenite::accept;
use util::pattern::*;
pub fn websocket(pattern: &mut Vec<Box<dyn Pattern>>) {
let server = TcpListener::bind("0.0.0.0:29999").unwrap();