Skip to content

0.6.3

Compare
Choose a tag to compare
@palkan palkan released this 13 Aug 21:11

Features

  • Set REMOTE_ADDR synthetic header. (PR)

It can be used on a RPC server side to access remote connection IP address.

  • Use request id for session uids if available. (PR)

If a load balancer standing in front of WebSocket server assigns X-Request-ID header,
this request ID will be used for session identification.