Chen Zhixiang

Results 11 issues of Chen Zhixiang

Here are compile errors: Error 62 error C2227: left of '->content' must point to class/struct/union/generic type D:\repo\Simple-Web-Server\http_examples.cpp 223 1 http_examples but the source code is in fact very simple: ```...

help wanted

Server side code: ``` public class AsyncMessageReceiver extends Thread implements AsyncHttpServer.WebSocketRequestCallback { static final String TAG = "BRTC/AsyncMessageReceiver"; int listenPort; AsyncHttpServer asyncHttpServer; List sockets = new ArrayList(); Map id2sockets =...

https://github.com/0voice/expert_readed_books/blob/master/%E5%88%9B%E4%B8%9A%E7%B1%BB/%E6%B5%AA%E6%BD%AE%E4%B9%8B%E5%B7%85.epub

` package com.ebanma.cloud.poi_search; import static org.junit.Assert.*; import java.util.HashMap; import org.junit.Test; import com.alibaba.fastjson.JSON; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.extern.slf4j.Slf4j; @Data class Bean { String _name = "hello"; } @Data @EqualsAndHashCode(callSuper =...

``` I/System.out: java.lang.ClassNotFoundException: java.lang.management.ManagementFactory I/System.out: at java.lang.Class.classForName(Native Method) I/System.out: at java.lang.Class.forName(Class.java:454) I/System.out: at io.netty.channel.DefaultChannelId.jmxPid(DefaultChannelId.java:135) I/System.out: at io.netty.channel.DefaultChannelId.defaultProcessId(DefaultChannelId.java:182) I/System.out: at io.netty.channel.DefaultChannelId.(DefaultChannelId.java:77) I/System.out: at io.netty.channel.DefaultChannelId.newInstance(DefaultChannelId.java:55) I/System.out: at io.netty.channel.AbstractChannel.newId(AbstractChannel.java:113) I/System.out: at io.netty.channel.AbstractChannel.(AbstractChannel.java:73) I/System.out:...

**Describe the bug** I expect latest [socket.io-client-java](https://github.com/socketio/socket.io-client-java) 2.1.0 can interop with 'io.socket:socket.io-server:4.0.1', but can't Android 10 emulator, client use config: ``` IO.Options opt = IO.Options.builder() // IO factory options .setForceNew(true)...

bug

Due to networking limit, i cannot build OWT android sdk, so i use a prebuilt 3rd bundle: https://github.com/webrtc-sdk/android I do not use the owt-server but write a simple nodejs version...

I'm very puzzled Anyway, demo page http://benvanik.github.io/WebGL-Inspector/samples/lesson05/embedded.html is OK, but it seems not the latest version in github?

Use SVG filters is not flexible enough, i pref using custom GLES fragment shader for filter, which provides most flexibles while not need to switch to WebGL/WebGPU. The background: I'm...

The background: i want to build a TS package which as a cross-platform modularized package, can deploy to both nodejs CLI and H5 web frontend env. With webpack, i can...

enhancement