package async_websocket
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A library that implements the websocket protocol on top of Async
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.17.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=ddb4eb48a4440b39171a11dcf1dcd9369c4e4a0ababefb330ffe2c0d397b301a
    
    
  doc/CHANGES.html
Release v0.16.0
- Added a [transport] function to get an RPC transport for the websocket. Previous, users of the library had to construct a transport from the pipes given by [pipes], but now that concern has been abstracted away.
 - Added the 
Frame_reader,Frame,Iobuf_writer, andContent_reassemblermodules to enable reading and writing websocket frames without allocation. The implementation of the main interface for the library has also been switched to use these modules, but still does allocation, since the glue code uses of async pipes. - Added 
monitor_pongsas a keepalive mechanism for websocket connections. 
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >