160 chars bug

Post Reply
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

160 chars bug

Post by developerlearn999 » Fri Jun 21, 2019 8:49 pm

when i send from client to server next chars there is some bug :
159-> server get 159
160 -> server get 159
161->server get 161
there is some bug with sending 160 chars...
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: 160 chars bug

Post by alt » Sun Jun 23, 2019 4:01 pm

Could you please show the text for 160 chars case?

Which configuration do you use for EncodingMapper? Do you use GSMEncoding or GSMPackedEncoding?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: 160 chars bug

Post by alt » Mon Jun 24, 2019 5:04 pm

Please check if this issue is fixed in v2.6.12
https://www.nuget.org/packages/Inetlab. ... eta-190623
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: 160 chars bug

Post by developerlearn999 » Thu Jul 04, 2019 8:49 am

oops just now saw the answer.
i am on version v2.0.50727
v2.6.12 is still beta
Post Reply