Hi,
I have code to change the setMaxMessagePayloadSize value in WebSocketOptions but for android not for ios :
i want to convert this code to make it work in ios.
thank you.
I have code to change the setMaxMessagePayloadSize value in WebSocketOptions but for android not for ios :
B4X:
Dim jo As JavaObject = WebSocket1
jo = jo.GetField("options") 'WebSocketOptions
jo.RunMethod("setMaxMessagePayloadSize", Array(4 * 1024 * 1024)) '4mb
i want to convert this code to make it work in ios.
thank you.