You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//! to get AsyncRead and AsyncWrite implemented for the WebSocket. Any other modification is commented with the prefix "NOTARY_MODIFICATION:"
I am curious if would be better to use this fork of ws_stream_tungstenite and use tokio_tungstenite all the way up. The reason i am curious in this is that it seams to be the case to me that tokio_tungstenite has matured and become more of the standard and now has the support for the async properties that async_tungstenite initially added. These now seems to make a fully stale toolchain which ws_stream_tungstenite is a part of.
The text was updated successfully, but these errors were encountered:
I'm for switching to tokio_tungstenite 👍 We would need your fork to be on crates.io before switching, happy to accept PR afterwards. I do wonder if there is already a good alternative to ws_stream_tungstenite built on tokio_tungstenite? I feel using it as a duplex bytestream must be common enough.
tlsn/notary/server/src/service/axum_websocket.rs
Lines 1 to 5 in 3554db8
I am curious if would be better to use this fork of
ws_stream_tungstenite
and usetokio_tungstenite
all the way up. The reason i am curious in this is that it seams to be the case to me thattokio_tungstenite
has matured and become more of the standard and now has the support for the async properties thatasync_tungstenite
initially added. These now seems to make a fully stale toolchain whichws_stream_tungstenite
is a part of.The text was updated successfully, but these errors were encountered: