Snarpix
Results
2
comments of
Snarpix
Is it currently possible to create gluon Json value from rust? My goal is to pass serde_json::Value to gluon, without to_string and deserialize steps.
It looks like the DataChannel::close() is incorrect. Comment says that only outgoing streams should be reset, but it shutdowns both streams. ``` /// Close closes the DataChannel and the underlying...