-
ChatServer 브랜치에서 chatserver와 chatclient를 구현했지만 클라이언트에서 서버로 요청이 안가는것인지 서버가 응답하지 않는다. 채팅시스템 처음 부분인 로그인 ID 설정마저 실행되지 않는다...무엇때문이지
-
Hi,
i have a problem with my selfhosted Chatserver.
After the automatic Update from Version 6.9.3 to Version 6.11.1 no Push-notification are send or receive and after every reboot/restart of the S…
-
A separate program should be run on a 24/7 uptime server that will allow clients to view a listing of chat rooms currently available. It should also ideally be able to handle Host Migrations (might be…
-
![image](https://github.com/user-attachments/assets/2859e0b5-9624-4028-b8a2-8bb854854342)
请问一下这个问题怎么解决呀
-
1
```
20180903 060231 : In EPOLLERR or EPOLLHUP disconnect (0x9a80d0) (7) errno=(2)(No such file or directory)
20180903 060231 : ChatManager::CloseClient ==> (0x9a80d0)(7)
```
2
```
20180903 …
-
I had to modify the first line to the path of php as follows
`
#! /usr/bin/php7.0
ghost updated
7 years ago
-
Hi,
I am trying to docker pull container image and this is what I get:
```
dawszy@dawszy-XPS-13-9310:~$ docker login ghcr.io
Emulate Docker CLI using podman. Create /etc/containers/nodocker to…
-
From Django 1.8 and onwards the TEMPLATE_* settings are depricated in settings.py, and will raise a `TemplateDoesNotExist` exception on those versions of Django. The following can be replaced:
```
…
-
10 verbose pkgid ChatServer@0.0.0
11 verbose cwd /Users/lan/ChatServer
12 error Darwin 14.3.0
13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
14 error node v0.13.0-pre
15 error npm v…
gkkit updated
9 years ago
-
送られてきたデータをそまま送り返すプログラム、Echoサーバを作成する。
なおChatServer.javaは、昨年度発展プログラミング演習Ⅱの資料から引用している。
import java.net._;
import java.io._;
import java.util.*;
public class ChatServer{
private ServerSocket server…