-
I pulled up /wx.html and some of the JS assets need to be checked in.
![image](https://user-images.githubusercontent.com/1090569/206881863-0d208db8-063a-46f8-b9fa-f50648147bc2.png)
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Yes, I want to use this with a api wit…
-
I guess this bug(?) is not urgent to fix, and maybe a very special edge case, but I decided to report it anyway.
The Macbook I'm working on is set to turn off the monitor and even go to energy sav…
-
@wuminzhe @itering recently i presented this repository at a BlockspaceDevRel event as part of Consensus 2024, as I was interested in encouraging its use. Here are the slides https://hackmd.io/@ltfsch…
-
This seems like it would probably be a pretty big feature to add, but have you thought through web socket support? I'm kinda fuzzy on how I would even want it to work, but I might be willing to build …
-
I am trying to use websocket.
However I can only connect to localhost. Any remote client connecting will result in code 1006 after socket.getBasicRemote().sendText();
My server side is using ja…
-
Every single check causes ncpa to get all available data from the system which is inefficient.
For analyzing and to show the issue i have added some additional log messages.
I have executed this…
-
I have the same issue like [this](https://github.com/howtographql/react-apollo/issues/44). I cloned https://github.com/howtographql/react-apollo and did everything like the Readme says. Except the dat…
-
Hello,
I'm using the WebSocketListener lib, it's very good, works fine when the scheme is `ws://`. But the server won't work when register for Secure WebSocket.
Whats happens is:
I start the se…
-
hey bro, I implement the chat app by looking at your code and everything works fine, but after some chat, when I try to shutdown the server with ctrl + c command, the server get hanged and dont do any…