0003-Add-forgotten-line-to-add-the-UserInfo_d138e5f.patch

S. Barut, 10/09/2018 03:28 PM

Download (992 Bytes)

View differences:

rsb-cil/Rsb/Protocol/ProtocolConversion.cs
39 39
                UserInfo info = new UserInfo();
40 40
                info.Key = ByteString.CopyFromUtf8(key);
41 41
                info.Value = ByteString.CopyFromUtf8(theEvent.MetaData.GetUserInfo(key));
42
                metaData.UserInfos.Add(info);
42 43
            }
43 44
            notification.MetaData = metaData;
44 45

  
45
-