int cellophane_io_connect(WsHandler * ws_handler){
	return cellophane_init(ws_handler, ws_handler->keep_alive_flag);
}
void cellophane_io_connect(WsHandler * ws_handler){

    cellophane_init(ws_handler, ws_handler->keep_alive_flag);

}