Skip to content

Commit

Permalink
working on issue #509 #510
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Feb 9, 2025
1 parent bd8e441 commit a934b74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions core/compiler/lib_src/net.obs
Original file line number Diff line number Diff line change
Expand Up @@ -881,14 +881,6 @@ if(client->Connect()) {
```
~#
class WebSocket {
#~
Socket mode, either text or binary
~#
enum Mode {
BINARY,
TEXT
}

# web socket support
@socket : TCPSocket;
@header : Byte[];
Expand Down
8 changes: 0 additions & 8 deletions core/compiler/lib_src/net_secure.obs
Original file line number Diff line number Diff line change
Expand Up @@ -805,14 +805,6 @@ if(client->Connect()) {
```
~#
class SecureWebSocket {
#~
Socket mode, either text or binary
~#
enum Mode {
BINARY,
TEXT
}

# web socket support
@socket : TCPSecureSocket;
@header : Byte[];
Expand Down

0 comments on commit a934b74

Please sign in to comment.