Skip to content

Add JSON receive buffers

Compare
Choose a tag to compare
@JCThePants JCThePants released this 21 May 02:32
· 13 commits to master since this release
  • Added a receive buffer so that JSON messages are no longer required to arrive all at once, which is not possible with large amounts of data (i.e. block list)
  • Upgrade mint-socket ^1.1.0 and use JsonBuffer
  • Fixed comment