Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

TreePuncher

Members
  • Joined

  • Last visited

Everything posted by TreePuncher

  1. a live chat between multiple clients where they dont require to be on the same server.
  2. if it is locking the main thread while doing that, how come that it does not freeze my minecraft? and how would you reccomand me on doing it then?
  3. so I have a Socket and trying to get data from the socket but I only get the data when I shutdown the socket here is my code try{ Socket socket = new Socket(host,port); InputStream input = socket.getInputStream(); BufferedReader reader = new BufferedReader(new InputStreamReader((input))); String line; while ((line = reader.readLine()) != null) { System.out.printIn(line); } } so it only logs the line when I shutdown the server... but I want it to log the line everytime the socket sends something btw I run the socket in a new thread aswell otherwise it froze my minecraft

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.