1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

x.websocket: server broadcast plus examples (#7922)

This commit is contained in:
Tomas Hellström
2021-01-06 15:43:54 +01:00
committed by GitHub
parent 42e60b8e27
commit f9a873736e
5 changed files with 112 additions and 5 deletions

View File

@ -118,6 +118,8 @@ pub fn new_test_session(_vargs string) TestSession {
$if windows {
skip_files << 'examples/database/mysql.v'
skip_files << 'examples/x/websocket/ping.v' // requires OpenSSL
skip_files << 'examples/x/websocket/client-server/client.v' // requires OpenSSL
skip_files << 'examples/x/websocket/client-server/server.v' // requires OpenSSL
}
if github_job != 'ubuntu-tcc' {
skip_files << 'examples/wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases