Skip to content

Releases: Linloir/Simple-TCP-Server

Bug Fix

19 Oct 04:08
Compare
Choose a tag to compare

Fix Severe Bugs:

  • Fix bug when receiving file: passing a to-be-cleared buffer by referrence causing no actual data received

Bug Fix

18 Oct 04:17
Compare
Choose a tag to compare

Changelog

Adjustments:

  • FetchProfile API requires userid instead of tokenid (commit 834e810)
  • SendMessage API now returns a response with body containing the message md5 (commit 436af5c)

Improvements:

  • Muting socket exceptions (have no complete error handlers yet)
  • Improve concurrent performance
  • Change database path
  • Allow user to set port and address through arguments

Bugfix:

  • Fix creating temp file with same names when receiving multiple requests at a same time (commit 44ae7fa)
  • Check whether the tokenid is valid and create a new one instead if not (commit 52c32c2)

Core functions

09 Oct 15:03
Compare
Choose a tag to compare

Core functions available