B4X FEED Astream not initializing

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Astream not initializing است. این موضوع تا کنون 26 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Astream not initializing
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
26
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Private Sub ConnectToServer(Host As String, PORT1 As Int)
Log("Trying to connect to: " & Host)
CloseExistingConnection

Dim client As Socket
client.Initialize("client")
client.Connect(Host, PORT1, 10000)

Wait For Client_Connected (Successful As Boolean)
If Successful Then
xui.Msgbox2Async("Connecting True", "", "OK", "", "", Null)

ClientConnected(True)
Else
xui.Msgbox2Async("Connecting False", "", "OK", "", "", Null)

ClientConnected(False)
End If
End Sub
Click to expand...

The code above will connect succesfully.

Sub ClientConnected (Success As Boolean)
Try

If Success Then
client.TimeOut = 0

astream.Initialize(client.InputStream, client.OutputStream, "AStreams")

If astream.IsInitialized Then
lblStatus.Text = "Astream is ok"
End If
Click to expand...

The ClientConnected method has a problem with astream not being...



 

عقب
بالا