Allow tracking transaction id

This commit is contained in:
Muaz Ahmad 2023-08-15 15:53:20 +05:00
parent a38fbea911
commit 5efc3d0970

View file

@ -10,6 +10,7 @@ type ProtocolParams struct {
peer_ack_win uint32
curr_read uint32
stream_key string
trans_id float64
}
func NewServer(port string) (error) {