Search found 67 matches
- Sat May 10, 2025 7:41 am
- Forum: General Discussion
- Topic: Website incredibly slow?
- Replies: 78
- Views: 18461
Re: Website incredibly slow?
This reminds me of old AOL times with my 56k modem...
- Thu Apr 24, 2025 8:05 pm
- Forum: Bugs - IDE
- Topic: not built-in debugger and no console
- Replies: 16
- Views: 3482
Re: not built-in debugger and no console
How did you do that?I added the lxterminal to the IDE at some point.
- Sun Apr 20, 2025 7:06 pm
- Forum: Applications - Feedback and Discussion
- Topic: Websocket Client
- Replies: 28
- Views: 21942
Re: Websocket Client
Thank you for your support.
I tested with your WebSocket client and the server wss://echo.websocket.org.
Since I'm not a computer scientist, just a hobbyist, I'm completely overwhelmed when it comes to creating or testing WebSocket code.
But of course, I don't expect you to program it for me.
It ...
I tested with your WebSocket client and the server wss://echo.websocket.org.
Since I'm not a computer scientist, just a hobbyist, I'm completely overwhelmed when it comes to creating or testing WebSocket code.
But of course, I don't expect you to program it for me.
It ...
- Sun Apr 20, 2025 9:16 am
- Forum: Applications - Feedback and Discussion
- Topic: Websocket Client
- Replies: 28
- Views: 21942
Re: Websocket Client
I'm really sorry, but it still doesn't work.
Sometimes it works, but after a few tries, it doesn't work again.
Here, even after several attempts, an error occurs:
*WebsocketClient\ReceiveBuffer = AllocateMemory(*WebsocketClient\frame_size, #PB_Memory_NoClear)
"[ERROR] AllocateMemory(): Cannot ...
Sometimes it works, but after a few tries, it doesn't work again.
Here, even after several attempts, an error occurs:
*WebsocketClient\ReceiveBuffer = AllocateMemory(*WebsocketClient\frame_size, #PB_Memory_NoClear)
"[ERROR] AllocateMemory(): Cannot ...
- Sat Apr 19, 2025 8:22 pm
- Forum: Feature Requests and Wishlists
- Topic: HTTP/2 + websocket
- Replies: 17
- Views: 7436
Re: HTTP/2 + websocket
The client doesn't work properly yet.
It would be much nicer and certainly easier if PureBasic offered websockets.
Other languages do that too.
It would be much nicer and certainly easier if PureBasic offered websockets.
Other languages do that too.
- Sat Apr 19, 2025 4:36 pm
- Forum: Applications - Feedback and Discussion
- Topic: Websocket Client
- Replies: 28
- Views: 21942
Re: Websocket Client
For longer strings (over 700 characters), the string is no longer transmitted properly.
There is a strange character at the beginning of the string, and the last character of the string is missing.
There is a strange character at the beginning of the string, and the last character of the string is missing.
- Sat Apr 19, 2025 12:13 pm
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 35931
Re: PureBasic 6.21 beta 6 is out !
Okay, that reassures me 
Thanks for the info

Thanks for the info

- Sat Apr 19, 2025 12:11 pm
- Forum: Applications - Feedback and Discussion
- Topic: Websocket Client
- Replies: 28
- Views: 21942
Re: Websocket Client
Great!!!
It was my mistake with doko-cafe.de.
I had configured nginx for the wrong site
You can test it now at wss://doko-cafe.de/test
It works perfectly, thank you so much!!
It was my mistake with doko-cafe.de.
I had configured nginx for the wrong site

You can test it now at wss://doko-cafe.de/test
It works perfectly, thank you so much!!
- Sat Apr 19, 2025 9:24 am
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 35931
Re: PureBasic 6.21 beta 6 is out !
I don't use an external previewer. Only the built-in Windows program.
Why do all previous versions allow this, but not Beta 6?
"Trojan:Script/Wacatac.C!ml"
Why do all previous versions allow this, but not Beta 6?
"Trojan:Script/Wacatac.C!ml"
- Sat Apr 19, 2025 7:39 am
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 35931
Re: PureBasic 6.21 beta 6 is out !
After installing Beta 6, my Windows 10 classified the software as a threat and removed it itself!
- Sat Apr 19, 2025 7:30 am
- Forum: Applications - Feedback and Discussion
- Topic: Websocket Client
- Replies: 28
- Views: 21942
Re: Websocket Client
Thank you for your efforts!
The web server is fine, try ws://doko-cafe.de:8090
At least now under Linux, there are no more errors and even the handshake is OK, but I still can't receive any data.
The web server is fine, try ws://doko-cafe.de:8090
At least now under Linux, there are no more errors and even the handshake is OK, but I still can't receive any data.
- Fri Apr 18, 2025 2:53 pm
- Forum: Applications - Feedback and Discussion
- Topic: Websocket Client
- Replies: 28
- Views: 21942
Re: Websocket Client
Thank you very much!
The code works with ws, but I can't connect with wss.
Could you please try establishing a connection to doko-cafe.de?
I'm getting the same errors on Linux as with the old code.
On Windows, the client doesn't stop receiving and enters a continuous loop.
The code works with ws, but I can't connect with wss.
Could you please try establishing a connection to doko-cafe.de?
I'm getting the same errors on Linux as with the old code.
On Windows, the client doesn't stop receiving and enters a continuous loop.
- Tue Apr 15, 2025 7:21 am
- Forum: Applications - Feedback and Discussion
- Topic: Websocket Client
- Replies: 28
- Views: 21942
Re: Websocket Client
I've set up a WebSocket test server.
Accessible at ws://doko-cafe.de:8090
I used the code from Dadio3:
Structure Chat_Message
Type.s
Author.s
Message.s
Timestamp.q
EndStructure
Structure Chat_Username_Change
Type.s
Username.s
EndStructure
Structure Chat_Userlist
Type.s
List Username ...
Accessible at ws://doko-cafe.de:8090
I used the code from Dadio3:
Structure Chat_Message
Type.s
Author.s
Message.s
Timestamp.q
EndStructure
Structure Chat_Username_Change
Type.s
Username.s
EndStructure
Structure Chat_Userlist
Type.s
List Username ...
- Sun Apr 13, 2025 2:57 pm
- Forum: Bugs - IDE
- Topic: not built-in debugger and no console
- Replies: 16
- Views: 3482
Re: not built-in debugger and no console
It still doesn't work with the Xfce terminal, but I installed the Gnome terminal and set it as the default. It works now.
- Sat Apr 12, 2025 3:27 pm
- Forum: Feature Requests and Wishlists
- Topic: HTTP/2 + websocket
- Replies: 17
- Views: 7436